Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

AutoFibAutoTrend_Zigzag2_R - MetaTrader 5 için gösterge

Görüntülemeler:
8746
Derecelendirme:
(19)
Yayınlandı:
2017.01.19 16:52
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Real author:

zzuegg

The indicator plots price channel and Fibonacci levels based on the latest Zigzag2_R_Color peaks.

Inputs:

//+------------------------------------------------+
//| Inputs                                         |
//+------------------------------------------------+
//---- ZigZag inputs
input ENUM_TIMEFRAMES Timeframe=PERIOD_H6; // ZigZag timeframe for the indicator calculation
input uint ExtDepth=12;
input uint ExtDeviation=5;
input uint ExtBackstep=3;
//---- indicator display settings
input string Sirname="AutoFibAutoTrend_Zigzag2_R"; // Name for the indicator labels
input bool ShowFib=true;
input color FibColor=clrDodgerBlue;
input uint FibSize=1;
//----
input bool ShowFibFan=true;
input color FibFanColor=clrDarkViolet;
input uint FibFanSize=1;
//----
input bool ShowTrend=true;
input color TrendColor=clrMediumSpringGreen;
input uint TrendSize=5;
//+-----------------------------------+

The indicator requires compiled Zigzag2_R_Color.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.

Fig.1. AutoFibAutoTrend_Zigzag2_R

Fig.1. AutoFibAutoTrend_Zigzag2_R

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/16708

RSI_Histogram_Round_HTF RSI_Histogram_Round_HTF

The RSI_Histogram_Round indicator with the timeframe selection option available in the input parameters.

WPR_Histogram_Round WPR_Histogram_Round

Standard WPR oscillator implemented as a histogram rounding its values to the standard range.

e-Regr e-Regr

e-Regr — MetaTrader 5 Expert Advisor. Trading by i-Regr (Regression Channel). Extensive use of the standard library classes.

The MasterMind 2 The MasterMind 2

Receive data from two indicators: iStochastic and iWPR.