Merge pull request #4594 from rextea/add_confirm_exit_enter_tade_to_backtesting

Add confirm_trade_exit and confirm_trade_entry to backtesting
This commit is contained in:
Matthias
2021-03-25 20:26:56 +01:00
committed by GitHub
2 changed files with 21 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ This loop will be repeated again and again until the bot is stopped.
* Calls `bot_loop_start()` once.
* Calculate indicators (calls `populate_indicators()` once per pair).
* Calculate buy / sell signals (calls `populate_buy_trend()` and `populate_sell_trend()` once per pair)
* Confirm trade buy / sell (calls `confirm_trade_entry()` and `confirm_trade_exit()` if implemented in the strategy)
* Loops per candle simulating entry and exit points.
* Generate backtest report output