mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
config: document emaCross in config
This commit is contained in:
parent
311ba3b2ac
commit
382a78949c
|
@ -200,6 +200,9 @@ exchangeStrategies:
|
|||
# buyBelowNeutralSMA: when this set, it will only place buy order when the current price is below the SMA line.
|
||||
buyBelowNeutralSMA: true
|
||||
|
||||
# emaCross is used for turning buy on/off
|
||||
# when short term EMA cross fast term EMA, turn on buy,
|
||||
# otherwise, turn off buy
|
||||
emaCross:
|
||||
enabled: false
|
||||
interval: 1h
|
||||
|
|
Loading…
Reference in New Issue
Block a user