거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

AutoFibAutoTrend_Zigzag2_R - MetaTrader 5용 지표

조회수:
8930
평가:
(19)
게시됨:
2017.01.19 16:52
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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.