Last bar's RSI at close

 

Hi everyone,

I'm still fairly new to MQL5 but feel I'm making good progress. I've now come to the next level and am looking for a way to retrieve the last bar's RSI at close.

Anyone there who can give me a direction? ;-)


Thanks a lot in advance and happy trading!

 
schueppe:

Hi everyone,

I'm still fairly new to MQL5 but feel I'm making good progress. I've now come to the next level and am looking for a way to retrieve the last bar's RSI at close.

Anyone there who can give me a direction? ;-)


Thanks a lot in advance and happy trading!

An example of get values from the iRSI indicator

Result:

iRSI get value

How to start with MQL5
How to start with MQL5
  • 2020.07.05
  • www.mql5.com
This thread discusses MQL5 code examples. There will be examples of how to get data from indicators, how to program advisors...
 
schueppe: am looking for a way to retrieve the last bar's RSI at close. anyone there who can give me a direction? ;-)

Perhaps you should read the manual, starting with iRSI.
How To Ask Questions The Smart Way. 2004
     How To Interpret Answers.
          RTFM and STFW: How To Tell You've Seriously Screwed Up.

 

@Vladimir Karputov Thanks a lot for the hint. Just a second before your post I made it by adjusting the CopyBuffer parameters and using the shift feature. Thanks, mate!

@William Roeder Thanks for your gentle reply - highly appreciated ;-)


Closed!

Reason: