mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
chore: improve docstring
This commit is contained in:
@@ -1417,6 +1417,8 @@ class Backtesting:
|
||||
):
|
||||
"""
|
||||
Backtest time and pair generator
|
||||
:returns: generator of (current_time, pair, is_first)
|
||||
where is_first is True for the first pair of each new candle
|
||||
"""
|
||||
current_time = start_date + increment
|
||||
self.progress.init_step(
|
||||
|
||||
Reference in New Issue
Block a user