MA_in_color
Anybody can post or direct to EMA (MA) indicator in 2/3 colors.
The one that draws the same line as normal MA but in different colors.
Thanks
euroHere you are.
Rgds - Ben
Ok, why not? The one in the previous post is just some knock-off of some code I did called the LSMA which got slaughtered by the wolves who never even realized it had a fundamental coding error in it. Here is a cleaner and better version of a simple colored moving average indicator, ready for the gallows
SETTINGS:MAType- 0 - Simple Moving Average
- 1 - Exponential Moving Average (Default)
- 2 - Smoothed Moving Average
- 3 - Linear Weighted Moving AverageMAPeriod
- Whatever period you like (Default = 34).MAShift
- Shift Moving average forward how many bars (Default = 0).
FX Sniper
Ok, why not? The one in the previous post is just some knock-off of some code I did called the LSMA which got slaughtered by the wolves who never even realized it had a fundamental coding error in it. Here is a cleaner and better version of a simple colored moving average indicator, ready for the gallows
Another FX Sniper's INGENUITY. Simply....
fxcruiser
P.S. If you would just hand me over your MO indicator, I will be all set. You have my e mail address. Thanks again for your valued contribution to TSD.
Ok, why not? The one in the previous post is just some
Thanx FX_Sniper....Exactly what I am looking for....
Xard777
Many thanks to FX Sniper for MA in color,
I use several great indicators of his.
Although it might not be exactly the subject of the thread but does anybody, including the author have mq4 code or file for 'FX Sniper's CCI.ex4',
nice idicator, but only with 1 CCI, would be great to have 2-3 (34,50 as well) displayed.
I would appreciate if you could post the mq4 file with or without addition
euro
Many thanks to FX Sniper for MA in color,
I use several great indicators of his.
Although it might not be exactly the subject of the thread but does anybody, including the author have mq4 code or file for 'FX Sniper's CCI.ex4',
nice idicator, but only with 1 CCI, would be great to have 2-3 (34,50 as well) displayed.
I would appreciate if you could post the mq4 file with or without addition
euroHey there,
The code will do you no good as all 8 available buffers are used up hence why there is no room to put a second or third CCI, best you simply drag more CCI's over this one from the Indicator menu. MT4 only allows for 8 indicator buffers and all the coloring etc...used them all up
Laters,
FX Sniper
Hey there,
The code will do you no good as all 8 available buffers are used up hence why there is no room to put a second or third CCI, best you simply drag more CCI's over this one from the Indicator menu. MT4 only allows for 8 indicator buffers and all the coloring etc...used them all up
Laters,
FX SniperWith the code I could have freed some buffers and made say upper/lower histogram color static(hard coded) that could only be changed from the code.
The problem with 'dragging' and over-laying of normal CCI on top, is that zero line (and other important levels) on 2 grapghs do not line up
cheers,
euro
Thanks Sir FX_Sniper
Thanks for this MA. Works well.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Anybody can post or direct to EMA (MA) indicator in 2/3 colors.
The one that draws the same line as normal MA but in different colors.
Thanks
euro