qbtrade/config/optimizer.yaml

27 lines
490 B
YAML
Raw Normal View History

2024-06-27 14:42:38 +00:00
# usage:
#
# go run ./cmd/qbtrade 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%