Merge branch 'develop' into refactor-informative

This commit is contained in:
hroff-1902
2020-05-18 14:00:09 +03:00
committed by GitHub
30 changed files with 290 additions and 209 deletions

View File

@@ -367,8 +367,7 @@ class Exchange:
f"Invalid timeframe '{timeframe}'. This exchange supports: {self.timeframes}")
if timeframe and timeframe_to_minutes(timeframe) < 1:
raise OperationalException(
f"Timeframes < 1m are currently not supported by Freqtrade.")
raise OperationalException("Timeframes < 1m are currently not supported by Freqtrade.")
def validate_ordertypes(self, order_types: Dict) -> None:
"""