Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
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
Ö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
AutoFibAutoTrend_Zigzag2_R - MetaTrader 5 için gösterge
- Görüntülemeler:
- 9076
- Derecelendirme:
- 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;
//+-----------------------------------+
//| 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
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/16708
RSI_Histogram_Round_HTF
The RSI_Histogram_Round indicator with the timeframe selection option available in the input parameters.
WPR_Histogram_RoundStandard WPR oscillator implemented as a histogram rounding its values to the standard range.
e-Regr
e-Regr — MetaTrader 5 Expert Advisor. Trading by i-Regr (Regression Channel). Extensive use of the standard library classes.
The MasterMind 2Receive data from two indicators: iStochastic and iWPR.