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