myrviBuffer[i] = iCustom(NULL,0,"instaforex_rvi",14,1,0);
- Detailed explanation of iCustom - MQL4 forum
- Your indicator has only one buffer so why are you trying to read the second one.
- You are saving the same value in all your buffer.
WHRoeder:
- Detailed explanation of iCustom - MQL4 forum
- Your indicator has only one buffer so why are you trying to read the second one.
- You are saving the same value in all your buffer.
WHRoeder, your points were very clear to me, and now I got it working.
MYRVIBuffer[i] = iCustom(NULL,0,"instaforex_rvi",14,0,i);
Thank you very much.
Best regards.

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
However, I'm not getting this done.