
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 give up. not getting into this. everything is there for you to see. The original poster is satisfied with answers.
Edit: If I should be more specific, I will. After you drag, a window pops up. it allows you to change properties. you must change the apply to field. it defaults to close. change it to First Indicator Data.
Hi
How to use MA on RSI in an EA ? It seems it's not possible to applied to First Indicator Data with iMA() !
Has anyone a solution ?
Thanks
Hi
How to use MA on RSI in an EA ? It seems it's not possible to applied to First Indicator Data with iMA() !
Has anyone a solution ?
Thanks
- Fill the first buffer with values from function iRSI(), set parameters accordingly
- then, use iMAOnArray() on previous rsi buffer...
- Setup 2 buffers
- Fill the first buffer with values from function iRSI(), set parameters accordingly
- then, use iMAOnArray() on previous rsi buffer...
So simple :)Thks
Sorry, but it IS possible. How meaningful is really up to the person experimenting. The moving average adapts to the indicator it is averaging. So it doesnt care what scale its on, it just averages. Very simple.
I did forget to mention that after you drag the moving average onto the RSI(the only way the combination will work), you must change the portion that says "apply to:" instead of close, change it to Previous indicators data or First Indicator data.
Sorry,
but this is not possible on my Mt4-platforms ( Forex4you-broker, GoMarkets-broker ).
The the apply to field does not show "Previous indicators" or "First indicator".
It only shows Close, Open, High, Low etc. but nowhere it shows the Previous indicator or First indicator.
This it is impossible for me to have the MA on the same chart-window as the RSI.
It looks like on some Mt4-platforms this is different, but I have no luck.
What broker do you use ?
Maybe I can download the platform and copy the Moving Average indicator from there.
Thanks
It is possible.
http://screencast.com/t/YmJkYjdhYTY
Did you actually read my question? You said after, I asked before you drag.
Thank you very much, circlesquares. For sure it can be done. I've just done it.