added needed line to strategy_resolver.py
This commit is contained in:
parent
9e92a641f5
commit
eb98e3b6ca
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user