How i get MA value with Previous Indicator's Data in MQL

 

Dear guys

How i get MA value with Previous Indicator's Data in MQL.


double MA_Value=iMA(NULL,0,14,0,MODE_SMA,PRICE_CLOSE,0);

EMUM_PRICE_APPLY only show price not show Previous Indicator Data.  Like below. but i want to do it in MQL coding.



 
You can use iMAOnArray.
 
biantoro kunarto:
You can use iMAOnArray.


can you give me a example. how can i use it

 
You can search this link
Reason: