Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | AutoFibAutoTrend NRTR extr ZigZag

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.

MetaTrader Experts, Indicators, Scripts and Libraries

Fig1. The AutoFibAutoTrend_NRTR_extr_ZigZag indicator

17566

Best MetaTrader Indicators + Profitable Expert Advisors