mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
25 lines
459 B
YAML
25 lines
459 B
YAML
---
|
|
sessions:
|
|
max:
|
|
exchange: max
|
|
envVarPrefix: max
|
|
binance:
|
|
exchange: binance
|
|
envVarPrefix: binance
|
|
|
|
crossExchangeStrategies:
|
|
- xfixedmaker:
|
|
tradingExchange: max
|
|
symbol: BTCUSDT
|
|
interval: 5m
|
|
halfSpread: 0.05%
|
|
quantity: 0.005
|
|
orderType: LIMIT_MAKER
|
|
dryRun: true
|
|
|
|
referenceExchange: binance
|
|
referencePriceEMA:
|
|
interval: 1m
|
|
window: 14
|
|
orderPriceLossThreshold: -10
|