Good morning, I have an EA code that is giving me problems. I would like to replicate in code when I apply a 7-period SMA moving average on the 14-period RSI indicator and I tell it “first indicator data.” I thought it would be enough to take the RSI values and calculate a moving average on those, but it doesn’t add up. Is there a faster way to do this?
Below are some pieces of code — I’m not attaching everything because the program is very long. I just want to understand if there are any errors or, if possible, if you have a simple example to illustrate this. Thanks!
that is typicaly called a qqe indicator. search codebase. There is many examples and "flavours" to explore and experiment with -- already made.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Good morning, I have an EA code that is giving me problems. I would like to replicate in code when I apply a 7-period SMA moving average on the 14-period RSI indicator and I tell it “first indicator data.” I thought it would be enough to take the RSI values and calculate a moving average on those, but it doesn’t add up. Is there a faster way to do this?
Below are some pieces of code — I’m not attaching everything because the program is very long. I just want to understand if there are any errors or, if possible, if you have a simple example to illustrate this. Thanks!