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
It is not loaded from the library for some reason. And when I try to compile the code in the editor, I get an error.
I figured it out, there was one line missing in the header, class and method to the library.
Figured it out, there was one line missing in the header, the class and method to the library.
Can you please tell me where to get it - this line that was missing to load this EA or to compile its code?
Hello! There is a block of include files in the EA code just below the input parameters. Add this line there:
#include <Trade\SymbolInfo.mqh>Regards, Vladimir.
Hello! In the EA code just below the input parameters there is a block of include files. Add this line there:
Regards, Vladimir.