Skip to content

Commit 16ef348

Browse files
committed
chore: improve docstring
1 parent 039bffb commit 16ef348

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

freqtrade/optimize/backtesting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,8 @@ def time_pair_generator(
14171417
):
14181418
"""
14191419
Backtest time and pair generator
1420+
:returns: generator of (current_time, pair, is_first)
1421+
where is_first is True for the first pair of each new candle
14201422
"""
14211423
current_time = start_date + increment
14221424
self.progress.init_step(

0 commit comments

Comments
 (0)