docs: Fix comment

Signed-off-by: racequite <quiterace@gmail.com>
This commit is contained in:
racequite
2025-06-16 22:16:14 +08:00
parent 18dfb0fe39
commit 489b7e6d18

View File

@@ -1068,7 +1068,7 @@ To verify if a pair is currently locked, use `self.is_pair_locked(pair)`.
``` python ``` python
from freqtrade.persistence import Trade from freqtrade.persistence import Trade
from datetime import timedelta, datetime, timezone from datetime import timedelta, datetime, timezone
# Put the above lines a the top of the strategy file, next to all the other imports # Put the above lines at the top of the strategy file, next to all the other imports
# -------- # --------
# Within populate indicators (or populate_entry_trend): # Within populate indicators (or populate_entry_trend):