Hello everyone.
I am relatively new to the world of algotrading. I developed an EA for MT5, to find the right settings I did some backtesting from 2020 to today.
To validate the model, to avoid overfitting, I inserted a little function in the code that delays the opening of positions after a certain number of days. Then I rotated those settings with entry points every 3 days for 500 times, so as to get to mid-2024 (to reach today).
Do you think it is a good method for testing an EA? Are there other methodologies that I have never considered due to my inexperience?
I am relatively new to the world of algotrading. I developed an EA for MT5, to find the right settings I did some backtesting from 2020 to today.
To validate the model, to avoid overfitting, I inserted a little function in the code that delays the opening of positions after a certain number of days. Then I rotated those settings with entry points every 3 days for 500 times, so as to get to mid-2024 (to reach today).
Do you think it is a good method for testing an EA? Are there other methodologies that I have never considered due to my inexperience?