ExpertTrade.mqh

 

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

 
danjeu:

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> 
 
angevoyageur:

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

 

 
danjeu:

Can you show your code ?

Please don't place your reply inside the quote. 

 
angevoyageur:

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

 
danjeu:

Have you tried what I said you ? Can you answer my question if you need help ?

And please stop answering inside the quotation.

 

Forum

ea don t take trade

danjeu, 2013.10.14 00:56

i resolve the problem on my last request, the ExpertTrade.mqh file was missing in my folder of mql5

then i re install mql5  program