Merge pull request #10782 from freqtrade/feat/bt_reverse

Enable future positions to reverse their position
This commit is contained in:
Matthias
2024-11-01 09:29:35 +01:00
committed by GitHub
6 changed files with 107 additions and 7 deletions

View File

@@ -558,6 +558,7 @@ Since backtesting lacks some detailed information about what happens within a ca
- Stoploss
- ROI
- Trailing stoploss
- Position reversals (futures only) happen if an entry signal in the other direction than the closing trade triggers at the candle the existing trade closes.
Taking these assumptions, backtesting tries to mirror real trading as closely as possible. However, backtesting will **never** replace running a strategy in dry-run mode.
Also, keep in mind that past results don't guarantee future success.