Add comment about hyperoptimized parameters

This commit is contained in:
Juanky Soriano
2021-06-21 19:21:54 -05:00
parent d705981b32
commit f34101d903
+3
View File
@@ -16,6 +16,9 @@ import talib.abstract as ta
import numpy as np
class Supertrend(IStrategy):
# ROI, Stoploss and Trailing Stop are values generated by 'freqtrade hyperopt --strategy Supertrend --hyperopt-loss ShortTradeDurHyperOptLoss --timerange=20210101- --timeframe=1h --spaces roi stoploss trailing'
# It's encourage you find the values that better suites your needs and risk management strategies
# ROI table:
minimal_roi = {
"0": 0.087,