Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
You are mixing MQL4 and MQL5 code. Indicator functions return a handle, not buffer values. Please stop using ChatGPT.
Read the documentation on how to properly use the function "iRSI" in conjunction with "CopyBuffer"

Documentation on MQL5: Technical Indicators / iRSI
- www.mql5.com
The function returns the handle of the Relative Strength Index indicator. It has only one buffer. Parameters symbol [in] The symbol name of the...
Fernando Carreiro #:
Dear FernandoYou are mixing MQL4 and MQL5 code. Indicator functions return a handle, not buffer values. Please stop using ChatGPT.
Read the documentation on how to properly use the function "iRSI" in conjunction with "CopyBuffer"
Appreciate for your guidance.
Thank you so much
HieuNguyen

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
I'm on develop my EA for RSI and i got 1 issue, when i print this code i found that RSI = 10 all the time
Not quite sure, where i'm wrong
Please help to give me some advises
Thanks and Best regards
HieuNguyen