Forum

Volume ima on array for expert advisor

hello friens i try to calculate volume with ima on array but i have a some problem. if i use long type then error "parameter conversion not allowed". if i use double type then ea is not work completely double volume_ima[]; double volume[]; ----> if i use long type arrey then "parameter

ObjectSet problem

hi friends how i hide on main window , tail of double value? for example 102.123456789 convert to 102.12 comment2 = StringConcatenate ( "comment2" , CommentIndex); ObjectCreate (comment2, OBJ_LABEL , 0 , 0 , 5 ); ObjectSet(comment2, OBJPROP_CORNER , 0 ); ObjectSet(comment2

EA forget or lose my magic number

Hello friends I want my EA , that I have set my magic number , if you call the same magic number is equal to the don't opening of new orders , but sometimes get lost magic number. Thanks for yours answer. for ( int pos= OrdersTotal ()- 1 ; pos>= 0 ; pos--) { OrderSelect

Macd aspray indicator

hi friends I looking for macd aspray indicator but i can't found that indicator setup or code. if you have macd aspray code or setup please share us

when high volatility time,pending order problem

While in normal times does not have problems in pending orders . During the time when the high volatility and pending order is not activated ( invalid sl or tp ) gives warning . my ECN broker digits 5 minimum distance : 2 pips please help me. <ADDED BY MODERATOR> Price= Bid -Avarage* Point ;