mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-10 08:10:34 +00:00
fix error message
This commit is contained in:
@@ -42,7 +42,7 @@ class RecursiveAnalysisSubFunctions:
|
||||
# setting a timerange is enforced here
|
||||
raise OperationalException(
|
||||
"Please set a timerange. "
|
||||
"A timerange of 20 candles are enough for recursive analysis."
|
||||
"A timerange of 5000 candles are enough for recursive analysis."
|
||||
)
|
||||
|
||||
if config.get('backtest_cache') is None:
|
||||
|
||||
Reference in New Issue
Block a user