bbgo_origin/config/irr.yaml

33 lines
534 B
YAML
Raw Normal View History

2022-09-19 07:13:04 +00:00
persistence:
json:
directory: var/data
redis:
host: 127.0.0.1
port: 6379
db: 0
sessions:
binance:
exchange: binance
envVarPrefix: binance
max:
exchange: max
envVarPrefix: max
ftx:
exchange: ftx
envVarPrefix: ftx
2022-09-19 07:13:04 +00:00
exchangeStrategies:
- on: binance
2022-10-04 06:24:41 +00:00
irr:
2022-09-19 07:13:04 +00:00
symbol: BTCBUSD
2022-10-17 13:34:55 +00:00
# in milliseconds(ms)
# must > 10 ms
hftInterval: 1000
# qty per trade
quantity: 0.001
2022-10-04 06:59:09 +00:00
# Draw pnl
drawGraph: true
graphPNLPath: "./pnl.png"
graphCumPNLPath: "./cumpnl.png"