Custom MACD Indicator For MT4

Custom MACD Indicator For MT4

Table Of Contents:

  1. Custom MACD Indicator For MT4
  2. Installation des Custom MACD Indicator For MT4
  3. Parameter des Custom MACD Indicator For MT4
  4. Puffer des Custom MACD Indicator For MT4
  5. Hauptteile des Codes

Die Custom MACD Indicator For MT4 ist eine benutzerdefinierte Version der beliebten MACD-Anzeige (Moving Average Convergence Divergence). Sie zeigt grafisch den Unterschied zwischen der langfristigen Marktstimmung und der kurzfristigen Marktstimmung im Verhältnis zum Preis. Genau wie bei herkömmlichem MACD umfassen die von diesem Indikator erzeugten Signale Null-Linien-Übergang, Signal-Linien-Übergang und Abweichungen in Indikator- und Preisrichtung.

FREE Custom MACD Indicator

Download the FREE Custom MACD Indicator for MT4.

To receive my email 100% sure: 
Put my email on your whitelist!

 

Partially Automated Trading Besides Your Day Job

Alerts In Real-Time When Divergences Occur

 

Installation des Custom MACD Indicator For MT4

Nachdem Sie den Indikator über das obige Formular heruntergeladen haben, müssen Sie die Zip-Datei entpacken. Anschließend müssen Sie die Datei MACD.mq4 in den Ordner MQL4Indicators Ihrer MT4 Installation kopieren. Starten Sie danach MT4 neu und Sie können den Indikator in der Liste der Indikatoren sehen.

Parameter des Custom MACD Indicator For MT4

Der Custom MACD Indicator For MT4 verfügt über 3 zu konfigurierende Parameter.

extern int FastEMA=12; extern int SlowEMA=26; extern int SignalSMA=9; 

Puffer des Custom MACD Indicator For MT4

Der Custom MACD Indicator For MT4 stellt 2 Puffer bereit.

SetIndexBuffer(0,MacdBuffer); SetIndexBuffer(1,SignalBuffer); 

Hauptteile des Codes

int start()   {    int limit;    int counted_bars=IndicatorCounted(); //---- last counted bar will be recounted    if(counted_bars gt 0) counted_bars--;    limit=Bars-counted_bars; //---- macd counted in the 1-st buffer    for(int i=0; i lt limit; i++)       MacdBuffer[i]=iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,i)-iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,i); //---- signal line counted in the 2-nd buffer    for(i=0; i lt limit; i++)       SignalBuffer[i]=iMAOnArray(MacdBuffer,Bars,SignalSMA,0,MODE_SMA,i); //---- done    return(0);   } //+------------------------------------------------------------------+ 

 

About Me

I'm Mike Semlitsch the owner of PerfectTrendSystem.com. My trading career started in 2007. Since 2013 I have helped thousands of traders to take their trading to the next level. Many of them are now constantly profitable traders. 

The following performance was achieved by me while trading live in front of hundreds of my clients:

Connect With Me:  

Results From 5 Months!
This service starts soon! Be the first who get's notified when it begins!

This FREE Indicator Can Transform
Your Trading!

FREE Indicator + Telegram Group


Request the Ultimate Double Top/Bottom Indicator which is used by 10,000+ traders.