Getting MA value of RSIOMA line

 
Is there anyway to get value of MA line of RSIOMA, not the RSIOMA line?
 
shashin wijewardhane:
Is there anyway to get value of MA line of RSIOMA, not the RSIOMA line?

Get the handle of the RSIOMA and then create a new iMA handle using the first handle instead of applied price.

 

So howis it like? 

rsioma_0 = iCustom(_symbol, PERIOD_M5, "Rsioma Light", rsiomaPeriod, RSIOMA_MODE, RSIOMA_PRICE, 
                           Ma_RSIOMA, Ma_RSIOMA_MODE, 0, 0);
--------------------------------
double rsioma_ma=iMA(_symbol,0,13,8,MODE_SMMA,PRICE_MEDIAN,i);
 
shashin wijewardhane :

So howis it like? 

I can assume that your question is about the old terminal. All questions about the old terminal should be placed in only one special section: MQL4 and MetaTrader 4 . I will move your topic.

 
shashin wijewardhane:

So howis it like? 

Use second buffer (buffer 1) in a same call as for rsioma_0 and you shall get the MA line of RSIOMA