mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
22 lines
424 B
YAML
22 lines
424 B
YAML
# usage:
|
|
#
|
|
# go run ./cmd/bbgo optimize --config bollmaker_ethusdt.yaml --optimizer-config optimizer.yaml --debug
|
|
#
|
|
---
|
|
matrix:
|
|
- type: iterate
|
|
path: '/exchangeStrategies/0/bollmaker/interval'
|
|
values: ["1m", "5m"]
|
|
|
|
- type: range
|
|
path: '/exchangeStrategies/0/bollmaker/amount'
|
|
min: 20.0
|
|
max: 40.0
|
|
step: 20.0
|
|
|
|
- type: range
|
|
path: '/exchangeStrategies/0/bollmaker/spread'
|
|
min: 0.1%
|
|
max: 0.2%
|
|
step: 0.02%
|