mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
strategy: add comments to supertrend config
This commit is contained in:
parent
6285e145a7
commit
adbea7d4d0
|
@ -45,7 +45,9 @@ exchangeStrategies:
|
|||
fastDEMAWindow: 144
|
||||
slowDEMAWindow: 169
|
||||
|
||||
# Supertrend indicator parameters
|
||||
superTrend:
|
||||
# ATR window used by Supertrend
|
||||
averageTrueRangeWindow: 39
|
||||
# ATR Multiplier for calculating super trend prices, the higher, the stronger the trends are
|
||||
averageTrueRangeMultiplier: 3
|
||||
|
|
Loading…
Reference in New Issue
Block a user