Create a buffer for the RSI OnArray.
Fill the first buffer BEFORE trying to do the RSI OnArray.
Topics concerning MT4 and MQL4 have their own section.
In future please post in the correct section.
I have moved your topic to the MQL4 and Metatrader 4 section.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear all,
I'm struggling with a presumably simple task: My custom indicator calculates and plots an indicator line in a window below the chart. Of course, this involves the use of buffers etc. This works as intended. However, now I want to apply the iRSIOnArray() to this custom time-series,that is stored inside the buffer. However, I'm just not getting it to plot or even display values via Comment(). I have my programming background mostly in python and I'm sure I'm missing something in the data-handling. Any help would be very much appreciated! :)