How to know what is the current market price when RSI get to level 70, the iRSI() function only return level not price

 

Hello fellow trader and programmer, please I wan to know how possible is it to get the price of  currency pair when RSI is at level 70, 80, or 90

and also get the price value when rsi is below 30 vice versal.

The iRSI() function only return the RSI level not the price 

 
BILL MAYHEPTAD: I wan to know how possible is it to get the price of  currency pair when RSI is at level X

How to predict RSI Level??? - MQL4 programming forum - Page 2 #11 2020.02.25

Anyway to calculate indicator reversely to the price? - MQL5 programming forum #1 2019.11.18

 

Thank for your help @William Roeder.

But after I downloaded your indicator then i copied and paste it in the mql4 indicator folder  

"C:\Users\HP\AppData\Roaming\MetaQuotes\Terminal\287469DEA9630EA94D0715D755974F1B\MQL4\Indicators"

I restarted my mt4 and try to launch the indicator but it does not work, it keep showing the following message in the expert tab of the terminal

"2020.12.11 00:24:11.460 cannot open file 'C:\Users\HP\AppData\Roaming\MetaQuotes\Terminal\287469DEA9630EA94D0715D755974F1B\MQL4\indicators\reverseRSI.ex4' [2]"

I also download and copied the four attached mqh file in to the followin directories "C:\Users\HP\AppData\Roaming\MetaQuotes\Terminal\287469DEA9630EA94D0715D755974F1B\MQL4\Include" 

but still its not working.

 
Bill Mayheptad: cannot open file 'C:\…\indicators\reverseRSI.ex4' [2]"
Did you compile it?
 
thanks, its working now
I didn't copied all the mqh file to the include folder initially.