mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
13 lines
335 B
YAML
13 lines
335 B
YAML
---
|
|
exchangeStrategies:
|
|
- on: max
|
|
randomtrader:
|
|
symbol: USDCUSDT
|
|
# https://pkg.go.dev/github.com/robfig/cron#hdr-Predefined_schedules
|
|
cronExpression: "@every 1m"
|
|
quantity: 8
|
|
# adjust quantity by minimal notional and minimal quantity
|
|
adjustQuantity: true
|
|
onStart: true
|
|
dryRun: true
|