added needed line to strategy_resolver.py

This commit is contained in:
werkkrew 2021-03-13 14:54:58 -05:00
parent 9e92a641f5
commit eb98e3b6ca

View File

@ -62,6 +62,7 @@ class StrategyResolver(IResolver):
# Check if we need to override configuration # Check if we need to override configuration
# (Attribute name, default, subkey) # (Attribute name, default, subkey)
attributes = [("minimal_roi", {"0": 10.0}, None), attributes = [("minimal_roi", {"0": 10.0}, None),
("dynamic_roi", {'dynamic_roi_enabled': False}, None),
("timeframe", None, None), ("timeframe", None, None),
("stoploss", None, None), ("stoploss", None, None),
("trailing_stop", None, None), ("trailing_stop", None, None),