mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
22 lines
315 B
YAML
22 lines
315 B
YAML
persistence:
|
|
json:
|
|
directory: var/data
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
db: 0
|
|
|
|
sessions:
|
|
binance:
|
|
exchange: binance
|
|
envVarPrefix: binance
|
|
# futures: true
|
|
|
|
exchangeStrategies:
|
|
- on: binance
|
|
audacitymaker:
|
|
symbol: ETHBUSD
|
|
orderFlow:
|
|
interval: 1m
|
|
quantity: 0.01
|