Forum

How can calculate RSI level for result of another indicator?

Hi, I am trying to create an EA. I wanna to calculate RSI level for result of another indicator like Alligator or MA. How can I calculate that? When I use iRSI method like below, the result is zero! lips = iAlligator ( NULL , 0 , 13 , 8 , 8 , 5 , 5 , 3 , MODE_SMMA , PRICE_MEDIAN , MODE_GATORLIPS , 1

How to use RSI level for another indicator?

I wanna to use specific RSI levels for another indicator like alligator (like below picture). For example I wanna to use tow level of RSI indicator (30, 70) and when alligator cross these levels then open trade. How can I use that in mql code