mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Fix typo
This commit is contained in:
parent
0153fd8d70
commit
8337bf3c47
|
@ -700,7 +700,7 @@ class Exchange:
|
||||||
# Only allow max calls per pair to somewhat limit the impact
|
# Only allow max calls per pair to somewhat limit the impact
|
||||||
raise OperationalException(
|
raise OperationalException(
|
||||||
f"This strategy requires {startup_candles} candles to start, "
|
f"This strategy requires {startup_candles} candles to start, "
|
||||||
f"which is more than 5"
|
f"which is more than 5x"
|
||||||
f"the amount of candles {self.name} provides for {timeframe}.")
|
f"the amount of candles {self.name} provides for {timeframe}.")
|
||||||
elif required_candle_call_count > 1:
|
elif required_candle_call_count > 1:
|
||||||
raise OperationalException(
|
raise OperationalException(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user