DislikedBestTraderEver, Thank you once again for the historical Pivot indicator you modified for me. I modified the Pivot Indicator to get historical Pivot weekly as per below indicator. I modified the code lines 162 to 165 of your Pivot indicator datetime WeekDate=Time; int WeeklyBar = iBarShift( NULL, PERIOD_W1, WeekDate,false)+1; double PreviousHigh = iHigh(NULL, PERIOD_W1,WeeklyBar); double PreviousLow = iLow(NULL, PERIOD_W1,WeeklyBar); double PreviousClose = iClose(NULL, PERIOD_W1,WeeklyBar); I tried to copy code for the historical Monthly Pivot...Ignored
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!