mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add more comments to the schedule parameters
This commit is contained in:
parent
885d6c1a9d
commit
76bf6edffc
|
@ -20,10 +20,17 @@ exchangeStrategies:
|
||||||
|
|
||||||
- on: max
|
- on: max
|
||||||
schedule:
|
schedule:
|
||||||
|
# trigger schedule per hour
|
||||||
|
# valid intervals are: 1m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 12h, 1d
|
||||||
interval: 1h
|
interval: 1h
|
||||||
|
|
||||||
symbol: ETHUSDT
|
symbol: ETHUSDT
|
||||||
side: buy
|
side: buy
|
||||||
quantity: 0.01
|
quantity: 0.01
|
||||||
|
|
||||||
|
# execute order only when the closed price is below the moving average line.
|
||||||
|
# you can open the app to adjust your parameters here.
|
||||||
|
# the interval here could be different from the triggering interval.
|
||||||
belowMovingAverage:
|
belowMovingAverage:
|
||||||
type: EWMA
|
type: EWMA
|
||||||
interval: 1h
|
interval: 1h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user