HoManVig

Auto Pivot Level Drawer [TipsChain]

a pivot point is a price level that is used by traders as a possible indicator of market movement. A pivot point is calculated as an average of significant prices (high, low, close) from the performance of a market in the prior trading period. If the market in the following period trades above the pivot point it is usually evaluated as a bullish sentiment, whereas trading below the pivot point is seen as bearish .

Calculation
Several methods exist for calculating the pivot point (P) of a market. Most commonly, it is the arithmetic average of the high (H), low (L), and closing (C) prices of the market in the prior trading period:

P = (H + L + C) / 3.
Sometimes, the average also includes the previous period's or the current period's opening price (O):

P = (O + H + L + C) / 4.
In other cases, traders like to emphasize the closing price, P = (H + L + C + C) / 4, or the current periods opening price, P = (H + L + O + O) / 4.

Support and resistance levels
The first and most significant level of support (S1) and resistance (R1) is obtained by recognition of the upper and the lower halves of the prior trading range, defined by the trading above the pivot point (H − P), and below it (P − L). The first resistance on the up-side of the market is given by the lower width of prior trading added to the pivot point price and the first support on the down-side is the width of the upper part of the prior trading range below the pivot point .

R1 = P + (P − L) = 2×P − L
S1 = P − (H − P) = 2×P − H
Thus, these levels may simply be calculated by subtracting the previous low (L) and high (H) price, respectively, from twice the pivot point value:

The second set of resistance (R2) and support (S2) levels are above and below, respectively, the first set. They are simply determined from the full width of the prior trading range (H − L), added to and subtracted from the pivot point , respectively:

R2 = P + (H − L)
S2 = P − (H − L)
Commonly a third set is also calculated, again representing another higher resistance level (R3) and a yet lower support level (S3). The method of the second set is continued by doubling the range added and subtracted from the pivot point:

R3 = H + 2×(P − L) = R1 + (H − L)
S3 = L − 2×(H − P) = S1 − (H − L)
This concept is sometimes, albeit rarely, extended to a fourth set in which the tripled value of the trading range is used in the calculation.

Qualitatively, the second and higher support and resistance levels are always located symmetrically around the pivot point , whereas this is not the case for the first levels, unless the pivot point happens to divide the prior trading range exactly in half.
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?