config.toml.sample 446 B

123456789101112131415161718192021222324
  1. # Lead-Lag Trading Strategy Configuration
  2. [strategy]
  3. # 入场时的价差阈值(单位:bps,1bps = 0.01%)
  4. entry_price_bps = 20
  5. # 目标交易对
  6. target_symbol = "1000FLOKI"
  7. # 交易数量(买卖数量)
  8. trade_quantity = 100
  9. [lighter]
  10. # Lighter账户索引
  11. account_index = 0
  12. # API密钥索引
  13. api_key_index = 0
  14. # 私钥,不带0x打头应该就行了
  15. private_key = ""
  16. # Lighter API URL
  17. url = "https://mainnet.zklighter.elliot.ai"