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

AutoFibAutoTrend_NRTR_extr_ZigZag - MetaTrader 5용 지표

조회수:
7448
평가:
(22)
게시됨:
2017.03.22 15:58
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author: zzuegg

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


Input parameters

//+------------------------------------------------+
//|  Indicator input parameters                    |
//+------------------------------------------------+
//---- Input parameters of the ZigZag
input ENUM_TIMEFRAMES Timeframe=PERIOD_H6;             // ZigZag indicator timeframe for calculation
input uint iPeriod=10;                                 // Indicator period
input int iDig=0;                                      // Digits
//---- Indicator display settings
input string Sirname="AutoFibAutoTrend_NRTR_ZigZag";  // 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=clrDeepPink;
input uint TrendSize=5;

The indicator requires the compiled NRTR_extr_ZigZag.mq5 indicator file. Save it to <terminal_data_folder>\MQL5\Indicators.

Fig1. The AutoFibAutoTrend_NRTR_extr_ZigZag indicator

Fig1. The AutoFibAutoTrend_NRTR_extr_ZigZag indicator

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/17566

AutoFibAutoTrend_NRTR_ZigZag AutoFibAutoTrend_NRTR_ZigZag

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

MoneyRain MoneyRain

The Expert Advisor increases the lot size after each of profitable deal, if it was preceded by losing trades. Martingale.

MomentumCandleKeltner MomentumCandleKeltner

Keltner Channel built relative to the average value of the MomentumCandle oscillator as a sequence of candlesticks

SupportResistTrade SupportResistTrade

Support\resistance levels, trend direction — bullish\bearish.