mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Improve wording on adjust_trade_position callback warning
This commit is contained in:
parent
20093ea090
commit
dbddc4c8aa
|
@ -659,6 +659,7 @@ Position adjustments will always be applied in the direction of the trade, so a
|
|||
|
||||
!!! Warning "Backtesting"
|
||||
During backtesting this callback is called for each candle in `timeframe` or `timeframe_detail`, so run-time performance will be affected.
|
||||
This can also cause deviating results between live and backtesting, since backtesting can adjust the trade only once per candle, whereas live could adjust the trade multiple times per candle.
|
||||
|
||||
``` python
|
||||
from freqtrade.persistence import Trade
|
||||
|
|
Loading…
Reference in New Issue
Block a user