strategy: add comments to supertrend config

This commit is contained in:
Andy Cheng 2022-05-31 17:48:25 +08:00
parent 6285e145a7
commit adbea7d4d0

View File

@ -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