mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
18 lines
285 B
YAML
18 lines
285 B
YAML
---
|
|
sessions:
|
|
max:
|
|
exchange: max
|
|
envVarPrefix: MAX
|
|
binance:
|
|
exchange: binance
|
|
envVarPrefix: BINANCE
|
|
|
|
exchangeStrategies:
|
|
- on: ["binance"]
|
|
test:
|
|
symbol: "BTCUSDT"
|
|
interval: "1m"
|
|
baseQuantity: 0.1
|
|
minDropPercentage: -0.05
|
|
maxAssetQuantity: 1.1
|