bbgo_origin/config/random.yaml

13 lines
329 B
YAML
Raw Normal View History

2023-10-04 18:19:09 +00:00
---
exchangeStrategies:
- on: max
2023-10-11 07:50:44 +00:00
random:
2023-10-04 18:19:09 +00:00
symbol: USDCUSDT
2023-10-07 05:01:45 +00:00
# https://pkg.go.dev/github.com/robfig/cron#hdr-Predefined_schedules
2023-10-11 07:50:44 +00:00
cronExpression: "@every 8h"
2023-10-04 18:19:09 +00:00
quantity: 8
2023-10-07 05:01:45 +00:00
# adjust quantity by minimal notional and minimal quantity
adjustQuantity: true
2023-10-04 18:19:09 +00:00
onStart: true
dryRun: true