This indicator draws current pivot points, it does not plot history. Clean and simple. Choice of Standard, Fibonacci, Camarilla, Woody’s and Demark pivot calculations. Calculation is based on previous bar of chosen period. double xOpen=iOpen(0,inpPeriod,1);double xClose= iClose(0,inpPeriod,1);double xHigh = iHigh(0,inpPeriod,1); double xLow= iLow(0,inpPeriod,1); Default setting is H1, for scalping. input int xShift = 3; // …
Read more