AutoFibAutoTrend_Zigzag2_R – indicator MetaTrader 5

Fig.1. AutoFibAutoTrend_Zigzag2_R
Real author: zzuegg The indicator plots price channel and Fibonacci levels based on the latest Zigzag2_R_Color peaks. Inputs: //+————————————————+ //| Inputs                                         |//+————————————————+ //—- ZigZag inputsinput ENUM_TIMEFRAMES Timeframe=PERIOD_H6; // ZigZag timeframe for the indicator calculationinput uint ExtDepth=12;input uint ExtDeviation=5;input uint ExtBackstep=3;//—- indicator display settingsinput string Sirname=“AutoFibAutoTrend_Zigzag2_R”; // Name for the indicator labelsinput bool ShowFib=true;input color FibColor=clrDodgerBlue;input … Read more