Merge pull request #4147 from hoeckxer/ignore_expired_candle

Ignoring candles that have expired within timeframe
This commit is contained in:
Matthias
2021-01-12 19:04:16 +01:00
committed by GitHub
4 changed files with 61 additions and 2 deletions

View File

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