Use RSI indicator?

 

I use custom RSI indicator (Meta RSI indicator) in chart . I don't want calculate RSI in my EA. I want use RSI indicator's result in my EA.

Exp: if RSI indicator's result =< 30 -> EA will order

How can I do it?

 
HuyTitan:

[...]I don't want calculate RSI in my EA.

[...]
How can I do it?

u can't

if u dont want to calculate the RSI u want the result will fall from the sky without the work it

(mmmmm BTW iCustom() also called to calculate)

 
HuyTitan:
I use custom RSI indicator (Meta RSI indicator) in chart . I don't want calculate RSI in my EA. I want use RSI indicator's result in my EA.

Standard rsi: iRSI()

Custom rsi: iCustom()

Reason: