backtesting_from_live_saved_files - code refactoring

This commit is contained in:
Wagner Costa Santos
2022-11-17 10:30:16 -03:00
parent b01e4e3dbf
commit 913749c81b
3 changed files with 12 additions and 19 deletions

View File

@@ -81,7 +81,7 @@ To save the models generated during a particular backtest so that you can start
### Backtest live models
FreqAI allow you to reuse ready models through the backtest parameter `--freqai-backtest-live-models`. This can be useful when you want to reuse models generated in dry/run for comparison or other study. For that, you must set `"purge_old_models"` to `True` in the config.
FreqAI allow you to reuse ready models through the backtest parameter `--freqai-backtest-live-models`. This can be useful when you want to reuse models generated in dry/run for comparison or other study. For that, you must set `"purge_old_models"` to `False` in the config.
The `--timerange` parameter must not be informed, as it will be automatically calculated through the training end dates of the models.