tpforex
tpforex
Friends

Add friends via their profile or user search and you will be able to see if they are online

tpforex
Registered at MQL5.community
tpforex
Added topic DRAW VERTICAL LINES
Please help me rewrite this code to draw vertical line on charts instead of opening trades. //+------------------------------------------------------------------+ //| This MQL is generated by Expert Advisor
tpforex
Added topic MA OF ANOTHER INDICATOR
Pls help me write a string of code to calculate the MA of an indicator. This is what I have tried so far: for (int a=0; a< MA_Period; a++) double CCI = iCCI(NULL, 0, CCI_Period, PRICE_CLOSE, Current + a); double MA_of_CCI=iMAOnArray(array[CCI], 0