mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-11 09:33:50 +00:00
22 lines
411 B
YAML
22 lines
411 B
YAML
|
---
|
||
|
imports:
|
||
|
- github.com/c9s/bbgo/pkg/strategy/buyandhold
|
||
|
|
||
|
sessions:
|
||
|
max:
|
||
|
exchange: max
|
||
|
envVarPrefix: max
|
||
|
orderExecutor:
|
||
|
bySymbol:
|
||
|
BTCUSDT:
|
||
|
RiskControlOrderExecutor:
|
||
|
minQuoteBalance: 1000.0
|
||
|
maxBaseAssetBalance: 10.0
|
||
|
minBaseAssetBalance: 1.0
|
||
|
maxOrderAmount: 100.0
|
||
|
|
||
|
binance:
|
||
|
exchange: binance
|
||
|
envVarPrefix: binance
|
||
|
|