Changed workings so it only needs to timing-parameter, instead of also requiring a boolean value

This commit is contained in:
hoeckxer
2021-01-12 07:30:39 +01:00
parent b43ef474ad
commit e328182bd7
4 changed files with 6 additions and 11 deletions

View File

@@ -79,7 +79,6 @@ class StrategyResolver(IResolver):
("sell_profit_only", False, 'ask_strategy'),
("ignore_roi_if_buy_signal", False, 'ask_strategy'),
("disable_dataframe_checks", False, None),
("ignore_buying_expired_candle", None, 'ask_strategy'),
("ignore_buying_expired_candle_after", 0, 'ask_strategy')
]
for attribute, default, subkey in attributes: