Disabledataframecheck is not in internals and does not belong there
This commit is contained in:
parent
36c7089a03
commit
908449640a
@ -70,7 +70,7 @@ class StrategyResolver(IResolver):
|
||||
("use_sell_signal", True, 'ask_strategy'),
|
||||
("sell_profit_only", False, 'ask_strategy'),
|
||||
("ignore_roi_if_buy_signal", False, 'ask_strategy'),
|
||||
("disable_dataframe_checks", False, 'internals')
|
||||
("disable_dataframe_checks", False, None),
|
||||
]
|
||||
for attribute, default, subkey in attributes:
|
||||
if subkey:
|
||||
|
Loading…
Reference in New Issue
Block a user