Of course not. That indicator does not have one output buffer.
Hi sir. Thanks a lot for your response. I have learned a lot from you over the years.
I tried to find a solution to the problem. I hope you can look into the code and provide me feedback.
***
Hi sir. Thanks a lot for your response. I have learned a lot from you over the years.
I tried to find a solution to the problem. I hope you can look into the code and provide me feedback.
***
Remember you write in the MQL5 section! In this section, MQL5 code is discussed and posted. According to the MQL5 style, the indicator handle must be created ONCE! And you need to do this in OnInit!
Hi everyone, I have been reading this forum for a while, and it has been very helpful. I am in the process of learning to code MT5 indicators.
I learned that adding a moving average to an RSI is easy. I just need to point to the RSI handle for the MA handle. However, this is not true of the RMI indicator.
I tried without success to add the moving average to the RMI line. I wonder where I did wrong. Can you help me troubleshoot the error? Thanks in advance.
What is 'RMI'? Is this a standard indicator?
It stands for Relative Momentum Index. I have an MQL4 version of this indicator. The concept is analogous to RSI.
Search CodeBase for 'RMI' and you will find the MQL5 version
Forum on trading, automated trading systems and testing trading strategies
How can I search for indicators and other elements in this forum?
Vladimir Karputov, 2021.08.09 06:54
How can I search for indicators and other elements in this forum
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi everyone, I have been reading this forum for a while, and it has been very helpful. I am in the process of learning to code MT5 indicators.
I learned that adding a moving average to an RSI is easy. I just need to point to the RSI handle for the MA handle. However, this is not true of the RMI indicator.
I tried without success to add the moving average to the RMI line. I wonder where I did wrong. Can you help me troubleshoot the error? Thanks in advance.