mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
10 lines
237 B
YAML
10 lines
237 B
YAML
|
---
|
||
|
exchangeStrategies:
|
||
|
- on: max
|
||
|
randomtrader:
|
||
|
symbol: USDCUSDT
|
||
|
cronExpression: "@every 8h" # https://pkg.go.dev/github.com/robfig/cron#hdr-Predefined_schedules
|
||
|
quantity: 8
|
||
|
onStart: true
|
||
|
dryRun: true
|