27 lines
487 B
YAML
27 lines
487 B
YAML
|
# usage:
|
||
|
#
|
||
|
# go run ./cmd/bbgo optimize --config bollmaker_ethusdt.yaml --optimizer-config optimizer.yaml --debug
|
||
|
#
|
||
|
---
|
||
|
executor:
|
||
|
type: local
|
||
|
local:
|
||
|
maxNumberOfProcesses: 10
|
||
|
|
||
|
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%
|