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