Small enhancements to docs

This commit is contained in:
Matthias
2021-02-09 20:22:33 +01:00
parent 081b9be45c
commit 20455de2a9
2 changed files with 2 additions and 2 deletions

View File

@@ -709,7 +709,7 @@ To verify if a pair is currently locked, use `self.is_pair_locked(pair)`.
Locked pairs will always be rounded up to the next candle. So assuming a `5m` timeframe, a lock with `until` set to 10:18 will lock the pair until the candle from 10:15-10:20 will be finished.
!!! Warning
Locking pairs is not available during backtesting.
Manually locking pairs is not available during backtesting, only locks via Protections are allowed.
#### Pair locking example