bbgo_origin/config/dca2.yaml

32 lines
461 B
YAML
Raw Normal View History

2023-11-23 08:45:28 +00:00
---
backtest:
startTime: "2023-06-01"
endTime: "2023-07-01"
sessions:
- max
symbols:
- ETHUSDT
accounts:
binance:
balances:
USDT: 20_000.0
persistence:
redis:
host: 127.0.0.1
port: 6379
db: 0
exchangeStrategies:
- on: max
dca2:
symbol: ETHUSDT
short: false
budget: 200
maxOrderNum: 5
2023-11-23 08:45:28 +00:00
priceDeviation: 1%
takeProfitRatio: 0.2%
coolDownInterval: 3m
circuitBreakLossThreshold: -0.9