mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
29 lines
389 B
YAML
29 lines
389 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:
|
|
- on: max
|
|
swing:
|
|
symbolPosition:
|
|
persistence:
|
|
type: json
|
|
json:
|
|
file: swing.json
|