Help Accessing Indicator Values in MQL5

 
I have added a SMA indicator to the RSI window in my chart and set it to First Indicator's data, how do i create handle for the SMA and access its values ?
 
Ahmad861 :
I have added a SMA indicator to the RSI window in my chart and set it to First Indicator's data, how do i create handle for the SMA and access its values ?

Code example: RSIOnMAOnRSI

RSIOnMAOnRSI

RSIOnMAOnRSI
RSIOnMAOnRSI
  • www.mql5.com
Индикатор отображает три линии: RSI, RSI рассчитанный на Moving Average и Moving Average рассчитанный на RSI
 
Vladimir Karputov:

Code example: RSIOnMAOnRSI

Thanks, it works!

Reason: