Merge pull request #3405 from freqtrade/remove_internals_ref
Disabledataframecheck is not in internals and does not belong there
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user