Discussion of article "Create Your Own Trading Robot in 6 Steps!" - page 8

 

My robot don't work very well until yet but it is slowly getting better

 

I just had to restart MT5 and now my signal appears correctly!!!

Maybe this just worked for me, but hey, if you are into the same situation give it a try. Good luck!

 
Is the article still relevant? 6 years have passed, Metatrader has received so many updates. I'd like to try it, but is there any point in getting into such old stuff?
 
BillionerClub:
Is the article still relevant? 6 years have passed, Metatrader has received so many updates. I would like to try it, but is there any point in getting into such old stuff?

The article says how to build a robot in 6 clicks (roughly). You couldn't follow these 6 steps to check it?

Then this is not for you

 
Rashid Umarov:

This article tells you how to build a robot in 6 clicks (roughly). Were you unable to follow these 6 steps to test it?

Then this is not for you

I understand you are the author of this 8 miracle of metatrader. Very professionally written. Thank you! For your work! We can do it.

 

The correct #include should be:

#include <Expert\ExpertSignal.mqh>   // CExpertSignal is in the file ExpertSignal
 

This is the easiest to understand article for a beginner so far I have read about 10 articles.

After reading, I will download the code and test it quickly today.

 

Many articles attached source codes, but many of them can not be compiled correctly.

This article is very good because I downloaded it and compiled without an error neighter a warning! 

I'm testing it now. It looks awesome.

 
Very good article, thanks to the authors.
 

Thank you for the great article.

I have a question. When I run the code in the strategy tester, I get

'''

CIndicator::GetData:Invalid Buffer

'''

Do you have any idea how to fix it?

Thank you.