Here you have list with all functions and a brief explanation: https://www.mql5.com/en/docs/function_indices
If yxou e.g. search for RSI you'll find this: https://www.mql5.com/en/docs/indicators/irsi
which includes an example from where you can copy, paste and amend what you need.
Documentation on MQL5: List of MQL5 Functions
- www.mql5.com
List of MQL5 Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Set your array to as-series before filling it.
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
I am trying to get the moving average value from the rsi, similar to how it is displayed in tradview indicator. I managed to write the below code but it is not working as expected obviously :D Would love any help. I want to get MA 20 (PRICE_CLOSE) on RSI of 14
Appreciate any help! Thank you!