MACD indicator - page 14

 

well, if you wnt to experiment with zerolags, here the list:

// List of MAs:

// MA_Method= 0: SMA - Simple Moving Average

// MA_Method= 1: EMA - Exponential Moving Average

// MA_Method= 2: Wilder - Wilder Exponential Moving Average

// MA_Method= 3: LWMA - Linear Weighted Moving Average

// MA_Method= 4: SineWMA - Sine Weighted Moving Average

// MA_Method= 5: TriMA - Triangular Moving Average

// MA_Method= 6: LSMA - Least Square Moving Average (or EPMA, Linear Regression Line)

// MA_Method= 7: SMMA - Smoothed Moving Average

// MA_Method= 8: HMA - Hull Moving Average by Alan Hull

// MA_Method= 9: ZeroLagEMA - Zero-Lag Exponential Moving Average

// MA_Method=10: DEMA - Double Exponential Moving Average by Patrick Mulloy

// MA_Method=11: T3 - T3 by T.Tillson

// MA_Method=12: ITrend - Instantaneous Trendline by J.Ehlers

// MA_Method=13: Median - Moving Median

// MA_Method=14: GeoMean - Geometric Mean

// MA_Method=15: REMA - Regularized EMA by Chris Satchwell

// MA_Method=16: ILRS - Integral of Linear Regression Slope

// MA_Method=17: IE/2 - Combination of LSMA and ILRS

// MA_Method=18: TriMAgen - Triangular Moving Average generalized by J.Ehlers

// MA_Method=19: VWMA - Volume Weighted Moving Average

// List of Prices:

// Price = 0 - Close

// Price = 1 - Open

// Price = 2 - High

// Price = 3 - Low

// Price = 4 - Median Price = (High+Low)/2

// Price = 5 - Typical Price = (High+Low+Close)/3

// Price = 6 - Weighted Close = (High+Low+Close*2)/4

// Price = 7 - Heiken Ashi Close haClose = (Open +High+Low+Close)/4;

// Price = 8 - Heiken Ashi Open haOpen = (Open+Close)/2; (previous bar (Open+Close)/2)

// Price = 9 - Heiken Ashi High haHigh = Max (High, Open, Close);

// Price =10 - Heiken Ashi Low haLow = Min (Low, Open, Close) ;

______________

based on Igorad's AllAverages v2.2 (MAthread)

p.s. Igorad will probably have heard attack (looking on his code so mutilated)

but that's why it was made &posted... experimenting is a good thing?

 

btw: zlag macds:

https://www.mql5.com/en/forum/178018/page6

MACD_colored(mladen)

MACDType parameter :

0 : "normal" MACD

1 : ZeroLag MACD

2 : MACD of RSI

...

Zerolag systems:

ZeroLag MACD.mq4

https://www.mql5.com/en/forum/172902

and also in mtf thread, etc

 
fxbs:
Mladen jus did macd of Universe (macd of everything):

https://www.mql5.com/en/forum/178416/page5

don't even know yet how to call it

MACDType parameter :

0 : "normal" MACD

1 : ZeroLag MACD

2 : MACD of RSI

3 : MACD of Momentum

4 : MACD of CCI

Hi,

Maybe this has been discussed before, but I am new here.

I notice the MACDType parameter : 0 : "normal" MACD is different from the normal MACD, cos its laggy.

Can you please advise?

Thank you

bert

 

You are right : we had that discussion already. According to Gerald Appel, the inventor and creator of MACD, signal line in a MACD indicator is EMA too. The MACD colored indicator is made according to that

Metatrader version uses SMA for signal line (so it deviates from the original MACD)

If you want to use the "metatrader normal" MACD simply use the default MACD. But as I said and as far as I am concerned, the normal MACD is Appels MACD

hope this helps

regards

mladen

zentheman:
Hi,

Maybe this has been discussed before, but I am new here.

I notice the MACDType parameter : 0 : "normal" MACD is different from the normal MACD, cos its laggy.

Can you please advise?

Thank you

bert
 
spiritbreezer:
HI FXBS

The one in post 125 please,

Thank you

Here ya go!

Basically all you do is add a variable multiplier integer to the inputs and then that multiplies "Current" by that multiplier to give a Histogram bigger by that multiplier value, ie 3 = 3x the height!

Screenshot comparison and file below!

Enjoy!

Dave

 
fxbs:
ok, added osma multiplier

Sorry, FXBS, hadn't noticed you had already responded with the multiplier added, no offence intended!

Dave

 

no problem, Dave- many things always asked and gonna be asked - so ...

 

stealth hybrid macd

please am looking for the stealth hybrid MACD..thanks

 

MACD to MACDA

Hello

I have just downloaded Metatrader 4 from FxPro - i've used the FXCM Trading Station which i think has a great GUI which is by far superior to MT4 and is really easy to use IMO.

Now to my question:

The FXCM Trading Station has MACD indicator just like MT4, but the one in FXCM's also displays another line called MACDA this line i can't seem to find in MT4, so does anyone know how to get it to show ?

I'm a totally newbie when it comes to forex and i really feel this line helps me a lot when i have to make decision whether to enter a trade or not.

Thank you in advance

 

Hi there :-)

osaze:
please am looking for the stealth hybrid MACD..thanks

@Osaze

Please let me know is this Indicator you want ? Let me know, if im wrong i'll try to find again for you.

Files:
Reason: