The Pivot Points indicator is used to identify intraday support, resistance and targets. The pivot point itself is the average of the high, low and closing prices from the previous trading period. On the subsequent period, trading above the pivot point is thought to indicate ongoing bullish sentiment, while trading below the pivot point indicates bearish sentiment.
This indicator plots seven horizontal lines for each period, one for Pivot line, three for Support and three for Resistance
Period is determined as follows:
Daily periods begin at times specified by the exchange.
The pivot point and its support and resistance pairs are defined as follows:
\[ Pivot\;point\;(P) = \frac{(H + L + C)}{3} \]
\[ Third\;resistance\;level\;(R3) = P + 2*(H – L) \]
\[ Second\;resistance\;level\;(R2) = P + (H – L) \]
\[ First\;resistance\;level\;(R1) = (2 * P) - L \]
\[ First\;support\; level\; (S1) = (2 * P) - H \]
\[ Second\; support\; level\; (S2) = P - (H – L)\]
\[ Third\; support\; level\; (S3) = P - 2 * (H-L) \]
where H, L, C are the previous period’s high, low and close