mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-11 09:33:50 +00:00
28 lines
379 B
YAML
28 lines
379 B
YAML
|
---
|
||
|
sessions:
|
||
|
max:
|
||
|
exchange: max
|
||
|
envVarPrefix: max
|
||
|
|
||
|
binance:
|
||
|
exchange: binance
|
||
|
envVarPrefix: binance
|
||
|
|
||
|
persistence:
|
||
|
json:
|
||
|
directory: testdata
|
||
|
redis:
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
db: 0
|
||
|
mysql:
|
||
|
database: "persistence"
|
||
|
|
||
|
strategies:
|
||
|
swing:
|
||
|
symbolPosition:
|
||
|
persistence:
|
||
|
type: json
|
||
|
json:
|
||
|
file: swing.json
|