Discussion of article "Limitless Opportunities with MetaTrader 5 and MQL5" - page 4

 
zlodei:
Before buying, I wanted to see how the EA works in the tester, but the test does not even want to start! I carefully read what parameter is responsible for what, tried many different parameters, but alas, nothing works. Could you please tell me at least the most important parameters to look at the Expert Advisor in the tester, just so that he made a couple of deals in the tester.

Just the other day I was chatting with a customer and she had a similar problem. Turns out the indicators were not loading. Here is the screenshot that was provided:

//---

Then it turned out that the indicators were in the wrong directory. If you have the same problem, then, for example, if the Expert Advisor is located in C:\Program Files/MetaTrader 5/MQL5/Experts/Market directory, the indicators should be in C:\Program Files/MetaTrader 5/MQL5/Indicators.

 
TuQuyetThang:
I'm confused about Fig. 28. Is it likely to make 797 trades for only 779 bars? So you enter/exit a pair of long/short positions in one bar somewhere?
The test was conducted on three symbols, and each has four trading strategies.
 

Simply impressive, even though it is hard to face at first, with the huge amount of information provided, this article is a must read for any trader / mql5 programmer.

 
Thank you very much for this. I learned some interesting things I was looking for, for example how to choose the best results based on optimization parameters and also that you can put a Drawdown in the parameters of the EA, for example to be less than 50%, thats nice. I have to learn to do that. In the meantime I will try to do something like this EA as a project but only with H_PCH and L_PCH to start. Thks again.
 
Hardly read!
 
Thank you for this article. You have inspired me to take up a serious study of this programming language. The last time I wrote professional programmes was in the 80s. Now I have decided to seriously study MQL5. I hope your recipes will be of great help.
 
Sha01:
Thank you for this article. You have inspired me to take up a serious study of this programming language. The last time I wrote professional programmes was in the 80s. Now I have decided to seriously study MQL5. I hope your recipes will be of great help.
Another big series of articles is being prepared now, so it will be even easier for you to pass your way.
 
Anatoli Kazharski:
Anatol, congratulations! You've done some serious work, don't stop!
 
Artyom Trishkin:
Anatol, congratulations! You've done some serious work, keep it up!
Thank you. There's more to come. ;)
 

Hi,

I faced the same issue. 403 Forbidden access.

May I know what is the solution for this error? Appreciate the help.