Experts: Expert_RSI_Stochastic_MA - page 3

 
Vladimir Karputov:

Pay attention to the data you send to the tester:

"Start" is the initial value of the"Lot" parameter and it is 0.01 by default - everything is correct here. But then you have "Step" 0.001, which is an error. The minimum lot is 0.01. If you want to search for the optimal lot, you should have set 0.01 in the "Step" column, and in the "Stop" column - I don't know, for example, 3.0. This means that you give the tester the task to check the"Lot" parameter from 0.01 (column "Start") to 3.0 (column "Stop") with a step of 0.01 (column "Step").

Vladimir thanks. I corrected "Step" 0.001 to 0.01, and in the "Stop" column I put 0.02 and everything worked. I just paid attention to it after your hint about the error:" The input parameter "Lot"is checkedhere. If it is incorrect, there will be an error." Thank you very much for your help.

 
nice EA, I will try and give my comment back.