
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
MA in Separate Window
Hi everyone,
I need a Moving avarage indicator in different window, not in the same window with price like stochastic indicator.
Thank you in advanceAttached is a variation
Anyway, the key is that you should change in the code
to
[PHP]#property indicator_separate_windowRegards,
Chrisstoff
Attached is a variation
Anyway, the key is that you should change in the code
to
[PHP]#property indicator_separate_windowRegards,
ChrisstoffThx Chrisstoff,
but it is not i am looking for,
i need 6 or 7 with differrent time frame ma in a same window but not on the price but in a separate window
Thx Chrisstoff,
but it is not i am looking for,
i need 6 or 7 with differrent time frame ma in a same window but not on the price but in a separate windowHi Jumpman,
You are welcome.
Looking around in Multi Time Frame Indicators thread might be useful for you, I think you could find there what you are after.
If you does not find what you exactly need with small modification in the code you can usually achieve your goals. If it is difficult for you, there are many skilled and helpful coders in this forum, someone probably will give you a hand.
Regards,
Chrisstoff
FxBS,
Interesting MA. Can u please let me know what is the input figure for each of the MA.(Is it 5Ema n 10 ema).Thanks
FxBS, Interesting MA. Can u please let me know what is the input figure for each of the MA.(Is it 5Ema n 10 ema).Thanks
it was just any 4example ...watever ... hell i know?..

MA period does not matter at all. As long as you adjust the targets
And vice versa.
Sorry for this absolutely useless posts. All truths are absolutely useless. Like "all people die".
Hi Jumpman,
You are welcome.
Looking around in Multi Time Frame Indicators thread might be useful for you, I think you could find there what you are after.
If you does not find what you exactly need with small modification in the code you can usually achieve your goals. If it is difficult for you, there are many skilled and helpful coders in this forum, someone probably will give you a hand.
Regards,
ChrisstoffThank you again. You helped alot. I ll check there.
Jumapman
just ma 2col plane simple
Step_EMA_LK.mq4 codebase
Adaptive Moving Average - Superimposed on Indicator
Hello,
Does anyone have an Adaptive Moving average, ie. something that goes flat in choppy periods, that can be superimposed on another indicator and not just placed on the price, or in other words something that can be applied to "Previous Indicator's Data". Thanks for your help