bbgo_origin/config/bollmaker_optimizer.yaml

26 lines
503 B
YAML
Raw Normal View History

2022-05-19 12:39:00 +00:00
# usage:
#
# go run ./cmd/bbgo optimize --config bollmaker_ethusdt.yaml --optimizer-config optimizer.yaml --debug
#
---
maxThread: 10
2022-05-19 12:39:00 +00:00
matrix:
- type: iterate
2022-05-19 17:42:32 +00:00
label: interval
2022-05-19 12:39:00 +00:00
path: '/exchangeStrategies/0/bollmaker/interval'
values: ["1m", "5m", "15m", "30m"]
- type: range
path: '/exchangeStrategies/0/bollmaker/amount'
2022-05-19 17:42:32 +00:00
label: amount
2022-05-19 12:39:00 +00:00
min: 20.0
max: 100.0
step: 20.0
- type: range
2022-05-19 17:42:32 +00:00
label: spread
2022-05-19 12:39:00 +00:00
path: '/exchangeStrategies/0/bollmaker/spread'
min: 0.1%
max: 0.2%
step: 0.01%