I had written this trailing profit class for my EA and included it to my robot.
but unfortunately this class doesn't work correct and have this error: (return value of 'OrderSend' should be checked)
and this error reparative in every where this code line presence: (OrderSend(request,result);)
can any one help me to fix it?
bool OpenOrder=OrderSend(request,result);
I have this trade hedge program. I added it in bottom
It have this 9 errors in 439 line (two lines before end).
'FastRSIPeriod'_undeclaredidentifier RSICrossHedgingPAKSHE.mq5 84 31
'PositionGetString' - unexpected token TradeHedge.mqh 439 35
',' - unexpected token TradeHedge.mqh 439 60
')' - unexpected token TradeHedge.mqh 439 76
')' - semicolon expected TradeHedge.mqh 439 76
')' - unexpected token TradeHedge.mqh 439 76
'else' - illegal 'else' without matching 'if' TradeHedge.mqh 440 2
'}' - not all control paths return a value TradeHedge.mqh 441 1
can any one help me?
I need an application that at least have one of this options :
show gold pump and dumps.
or if gold price cross from one defected price alarm.
please help me for this issue.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I had written this trailing profit class for my EA and included it to my robot.
but unfortunately this class doesn't work correct and have this error: (return value of 'OrderSend' should be checked)
and this error reparative in every where this code line presence: (OrderSend(request,result);)
can any one help me to fix it?