AutoDayFibs – indicator MetaTrader 5
The indicator automatically draws Fibonacci lines by yesterday’s or today’s range. Some notes to use indicator input parameters: input bool AutomaticallyAdjustToToday = true; //adjustment under the current prices input Hour TimeToAdjust=H00; //the hour of shifting Fibo input uint iDaysBackForHigh=0; //number of days back to obtain high input uint iDaysBackForLow=0; //number of days back to obtain low AutomaticallyAdjustToToday (adjustment under the current prices) … Read more