added 1s timeframe changes and requirements

This commit is contained in:
WCKD
2022-09-08 17:14:52 +03:00
parent 883abe5b4f
commit f8b35dc5b4
3 changed files with 2 additions and 10 deletions

View File

@@ -590,9 +590,6 @@ class Exchange:
raise OperationalException(
f"Invalid timeframe '{timeframe}'. This exchange supports: {self.timeframes}")
if timeframe and timeframe_to_minutes(timeframe) < 1:
raise OperationalException("Timeframes < 1m are currently not supported by Freqtrade.")
def validate_ordertypes(self, order_types: Dict) -> None:
"""
Checks if order-types configured in strategy/config are supported