Specification
Hello!
My intention is to have a routine written in Python (or other language that allows this) to specify what steps the Strategy Tester on Metatrader 5 will run to optimize an EA setup.
It should be a simple routine that will allow me to understand the commands and make all the modifications I want to make in the future for any EA.
So, just for example, the routine I'm supposed to receive will open the Strategy Tester and will test Stop Loss from 1 to 10, step 1. After doing this it will pick the most profitable value and assume as a constant and then will begin testing the Take Profit from 1 to 10, step 1. At the end, it will make the most profitable value as the setup value for Take Profit. Just this simple.
I will send a free EA to be used as reference in the routine.
The fact is that with this routine (the text file that generates this routine) I will be able to increase the number of steps and variables for others EAs.
Thanks for your time reading this!
Best regards,
Ruy