Remove extra EOF newline

This commit is contained in:
Robert Davey 2024-01-14 22:20:41 +00:00 committed by GitHub
parent a41b72ca19
commit 2737de1fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -935,4 +935,3 @@ Should results not match, check the following factors:
* Pay special care to the stoploss, max_open_trades and trailing stoploss parameters, as these are often set in configuration files, which override changes to the strategy. Check the logs of your backtest to ensure that there were no parameters inadvertently set by the configuration (like `stoploss`, `max_open_trades` or `trailing_stop`).
* Verify that you do not have an unexpected parameters JSON file overriding the parameters or the default hyperopt settings in your strategy.
* Verify that any protections that are enabled in backtesting are also enabled when hyperopting, and vice versa.