You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I was getting excited, but I can't get around this (comm - I read about memory address transfer, but it didn't work that way either):
The compiler returns the error 'm_MethodFast' - constant expression required, ' m_MethodSlow' - constant expression required
Of course, these are questions for a dummies. maybe I should ask such questions in another thread, so as not to clog up the article?
Yeah. the second way didn't work out so well either:
it stumbles
1)'=' - l-value required //...Search(l_array1_select_method_n2.At(i_array1_n2))=-1)
2) 'At' - parameter for EnumToString must be an enumeration //...EnumToString(l_array1_select_method_n2.At(i_array1_n2)));
Now this has no practical purpose. Let's leave it as it is in the example...
Yeah. the second way didn't work out so well either:
it stumbles
1)'=' - l-value required //...Search(l_array1_select_method_n2.At(i_array1_n2))=-1)
2) 'At' - parameter for EnumToString must be an enumeration //...EnumToString(l_array1_select_method_n2.At(i_array1_n2)));
Now this has no practical purpose. Let's leave it as it is in the example....
Hello, I have the following problem.
I have done all the steps according to the instructions up to the end. I compiled EA and tried to test it - no trades occurred during the whole year of the test and it gives an error - genetic pass (nn, sequence number) tested with error "cannot initialise expert".
I tried to compile the Expert Advisor from the ma_cross.mqh signal, which came with the article, it gives the same error. And finally, I tried the ready-made Expert Advisor that came with the article, and again the same error!!! What is the problem, can you tell me?
Thanks for your help. I recompiled, but the problem remains. Moreover, I want to clarify that I downloaded metatrader a week ago from the official metatrader site, so I doubt that anything has had time to become outdated.
Moreover, I tried to test this Expert Advisor from two different computers.
Thanks for your help. I recompiled, but the problem remains. Moreover, I want to clarify that I downloaded metatrader a week ago from the official metatrader site, so I doubt that anything has had time to become outdated.
Moreover, I tried to test this Expert Advisor from two different computers.
I tried to run a single test without optimisation, no errors, everything goes smoothly, but not a single trade was made in the test for the whole period.
I tried running a single test without optimisation, no errors, everything goes smoothly, but not a single trade was made in the test during the whole period.
Starting testing on the MIGBank-Demo server.
The settings of the Expert Advisor are like this
As I said, I tried to run the Expert Advisor that came with the article and it led to the same result. So you can see the settings just by downloading the file from the article.