bbgo_origin/config/grid2.yaml
2022-12-02 00:10:00 +08:00

34 lines
726 B
YAML

---
sessions:
binance:
exchange: binance
envVarPrefix: binance
max:
exchange: max
envVarPrefix: max
# example command:
# godotenv -f .env.local -- go run ./cmd/bbgo backtest --sync-from 2020-11-01 --config config/grid.yaml --base-asset-baseline
backtest:
startTime: "2022-01-01"
endTime: "2022-11-25"
symbols:
- BTCUSDT
sessions: [max]
accounts:
binance:
balances:
BTC: 0.0
USDT: 10000.0
exchangeStrategies:
- on: max
grid2:
symbol: BTCUSDT
upperPrice: 10_000.0
lowerPrice: 15_000.0
gridNumber: 10
quantity: 0.001
# profitSpread: 1000.0 # The profit price spread that you want to add to your sell order when your buy order is executed