Small enhancements to docs

This commit is contained in:
Matthias
2021-02-09 20:22:33 +01:00
committed by crypto_rahino
parent 22412a1974
commit 6fe1e20ce4
2 changed files with 2 additions and 2 deletions

View File

@@ -678,7 +678,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