Forum

include problam

hello, I want to use this indicator in my EA but it have these errors: '[' - open parenthesis expected Indicators.mqh 490 37 'Lips' - pointer to this function type is not supported yet Indicators.mqh 490 33 '[' - array required Indicators.mqh 490 37 'Lips' - function call missing, open parenthesis

Problam in PositionGetString code

This is a tradehedge . it have these 7 errors in two lines before end (yellow line). 'PositionGetString' - unexpected token TradeHedge.mqh 439 35 ',' - unexpected token TradeHedge.mqh 439 60 ' POSITION_MAGIC ' - some operator expected TradeHedge.mqh 439 61 ')' - unexpected token

trailing profit class problem

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);)