Error on publishing EA - page 4

 
Mohit Vijay Borse #if i share complete code can you help?

Send it via personal message or email and I will try to identify the problem.

 
Vinicius Pereira De Oliveira #When you run your EA in the strategy tester, is it opening a position on EURUSD/H1 ?

When I asked the question above, I forgot to mention that the tests must be carried out using the default settings of the input parameters... If the EA does not open any positions, with the default settings, on the symbols and timeframes tested in the automatic validation, you you won't be able to publish it.

 
Vinicius Pereira De Oliveira #:

When I asked the question above, I forgot to mention that the tests must be carried out using the default settings of the input parameters... If the EA does not open any positions, with the default settings, on the symbols and timeframes tested in the automatic validation, you you won't be able to publish it.

how to keep default settings. can you please explain?

 
Hello all, i need some help... i just finished coding my EA and when i checked it on MQL, it found no errors, however, trying to try it on strategy tester on MT5, its giving me some errors :2024.05.12 13:18:04.171 Core 1 2019.10.25 00:00:00   array out of range in 'The Price Flow_O.D.P v0.10.mq5' (83,18)
2024.05.12 13:18:19.805 Core 1 OnTester critical error



please i need help.

 
MrWienks #Hello all, i need some help... i just finished coding my EA and when i checked it on MQL, it found no errors, however, trying to try it on strategy tester on MT5, its giving me some errors :2024.05.12 13:18:04.171 Core 1 2019.10.25 00:00:00   array out of range in 'The Price Flow_O.D.P v0.10.mq5' (83,18) 2024.05.12 13:18:19.805 Core 1 OnTester critical error please i need help.

Hello, help is available from the link generated in your comment: https://www.mql5.com/en/articles/2555#out_of_range... The error that needs to be corrected [array out of range] is occurring on line 83, column 18 of your code. See too: https://www.mql5.com/en/search#!keyword=%22array%20out%20of%20range%22

Reason: