Experts: TimeEA - page 2

 
Newwinner2020:
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.

 
Buy_sell #:

Figured it out, there was one line missing in the header, the class and method to the library.

Could you please tell me where to get it - this line that was missing to load this EA or compile its code?
 
andarinka #:
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.

 
MrBrooklin #:

Hello! In the EA code just below the input parameters there is a block of include files. Add this line there:

Regards, Vladimir.

Thank you very much! It worked!