when i compile my program there is a error :
can't open "C:\Users\MON\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\include\Expert\ExpertTrade.mqh" include file Expert.mqh
i don t find ExpertTrade.mqh in my folder Expert why ?
thank you
You have to use the following, to include the file:
#include <Expert\ExpertTrade.mqh>
You have to use the following, to include the file:
i use command include but the compiler don t find ExpertTrade.mqh nowhere in folder of mql5
Can you show your code ?
Please don't place your reply inside the quote.
Can you show your code ?
Please don't place your reply inside the quotes.
my program make error because it don t find the include file ExpertTrade.mqh
where can i find ExpertTrade.mqh ?
thank you
Have you tried what I said you ? Can you answer my question if you need help ?
And please stop answering inside the quotation.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
when i compile my program there is a error :
can't open "C:\Users\MON\AppData\Roaming\MetaQuotes\Terminal\D0E8209F77C8CF37AD8BF550E51FF075\MQL5\include\Expert\ExpertTrade.mqh" include file Expert.mqh
i don t find ExpertTrade.mqh in my folder Expert why ?
thank you