Disabledataframecheck is not in internals and does not belong there

This commit is contained in:
Matthias 2020-05-30 19:17:17 +02:00
parent 36c7089a03
commit 908449640a

View File

@ -70,7 +70,7 @@ class StrategyResolver(IResolver):
("use_sell_signal", True, 'ask_strategy'), ("use_sell_signal", True, 'ask_strategy'),
("sell_profit_only", False, 'ask_strategy'), ("sell_profit_only", False, 'ask_strategy'),
("ignore_roi_if_buy_signal", 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: for attribute, default, subkey in attributes:
if subkey: if subkey: