Hello All,
I am trying to extend a Horizontal line on the left based of Calculated Daily Pivots from Previous Month's High, Low and Close. I plan to draw the lines on a Daily Chart.
My definition of the Daily Pivot Based on Monthly Aggregation is as follows,
PP = HLC3[1];
R = PP + (High[1] - Low[1]);
S = PP - (High[1] - Low[1]);
I only intend to draw the three lines on the current Month only and extend them to the left. I do not wish to draw any Previous Month's Pivots based off the calculation. Please help.
Thanks,
Faisal
I am trying to extend a Horizontal line on the left based of Calculated Daily Pivots from Previous Month's High, Low and Close. I plan to draw the lines on a Daily Chart.
My definition of the Daily Pivot Based on Monthly Aggregation is as follows,
PP = HLC3[1];
R = PP + (High[1] - Low[1]);
S = PP - (High[1] - Low[1]);
I only intend to draw the three lines on the current Month only and extend them to the left. I do not wish to draw any Previous Month's Pivots based off the calculation. Please help.
Thanks,
Faisal