差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
mt4:pivotpoints.all-in-one [2022/10/26 03:37] – wyrover | mt4:pivotpoints.all-in-one [2022/10/26 03:41] (当前版本) – [Central Pivot Range (CPR)] wyrover | ||
---|---|---|---|
行 45: | 行 45: | ||
The most common method of calculating Pivot Points. The main (blue) line here plays the role of a key support/ | The most common method of calculating Pivot Points. The main (blue) line here plays the role of a key support/ | ||
+ | ``` | ||
*PP = (H + L + C) / 3* | *PP = (H + L + C) / 3* | ||
*R1 = (2 * PP) – L* | *R1 = (2 * PP) – L* | ||
行 54: | 行 55: | ||
*S3 = PP – RANGE * 2* | *S3 = PP – RANGE * 2* | ||
*S4 = PP – RANGE * 3* | *S4 = PP – RANGE * 3* | ||
+ | ``` | ||
### Camarilla | ### Camarilla | ||
行 59: | 行 61: | ||
Camarilla levels are located much closer to the current price, therefore, interactions with them occur much more often. This technique is suitable for those who perform short-term trades. | Camarilla levels are located much closer to the current price, therefore, interactions with them occur much more often. This technique is suitable for those who perform short-term trades. | ||
+ | ``` | ||
*R1 = C + RANGE * 1.1 / 12* | *R1 = C + RANGE * 1.1 / 12* | ||
*R2 = C + RANGE * 1.1 / 6* | *R2 = C + RANGE * 1.1 / 6* | ||
行 68: | 行 71: | ||
*S4 = C – RANGE * 1.1 / 2* | *S4 = C – RANGE * 1.1 / 2* | ||
*PP = (S1 + R1) / 2* | *PP = (S1 + R1) / 2* | ||
+ | ``` | ||
Please note, above PP formula is somewhat different from the generally known Camarilla method. Here we offer you a modified calculation, | Please note, above PP formula is somewhat different from the generally known Camarilla method. Here we offer you a modified calculation, | ||
行 75: | 行 79: | ||
This technique is similar to the classical one, but more attention is given to the closing price of the period while calculating the basic PP line. | This technique is similar to the classical one, but more attention is given to the closing price of the period while calculating the basic PP line. | ||
+ | ``` | ||
*PP = (H + L + (C * 2)) / 4* | *PP = (H + L + (C * 2)) / 4* | ||
*R1 = (2 * PP) – L* | *R1 = (2 * PP) – L* | ||
行 84: | 行 89: | ||
*S3 = S1 – RANGE* | *S3 = S1 – RANGE* | ||
*S4 = S3 – RANGE* | *S4 = S3 – RANGE* | ||
+ | ``` | ||
### Fibonacci | ### Fibonacci | ||
行 89: | 行 95: | ||
The theory of Fibonacci numbers is commonly used in the Forex market. Pivot Points is not an exception. According to this method, the levels of resistance and support are determined by multiplying the range (R) to the corresponding Fibonacci numbers. | The theory of Fibonacci numbers is commonly used in the Forex market. Pivot Points is not an exception. According to this method, the levels of resistance and support are determined by multiplying the range (R) to the corresponding Fibonacci numbers. | ||
+ | ``` | ||
*PP = (H + L + C) / 3* | *PP = (H + L + C) / 3* | ||
*R1 = PP + (R x 0.382)* | *R1 = PP + (R x 0.382)* | ||
行 98: | 行 105: | ||
*S3 = PP – (R x 1.000)* | *S3 = PP – (R x 1.000)* | ||
*S4 = PP + (R x 1.618)* | *S4 = PP + (R x 1.618)* | ||
+ | ``` | ||
### Central Pivot Range (CPR) | ### Central Pivot Range (CPR) | ||
行 104: | 行 111: | ||
The CPR formula looks like this: | The CPR formula looks like this: | ||
+ | ``` | ||
*TC = (Pivot – BC) + Pivot* | *TC = (Pivot – BC) + Pivot* | ||
*Pivot = (High + Low + Close)/3* | *Pivot = (High + Low + Close)/3* | ||
*BC = (High + Low)/2* | *BC = (High + Low)/2* | ||
+ | ``` | ||
Here we have: | Here we have: | ||
+ | |||
+ | ``` | ||
*TC* – Top Central Pivot; | *TC* – Top Central Pivot; | ||
*Pivot* – Central Pivot; | *Pivot* – Central Pivot; | ||
*BC* – Bottom Central Pivot. | *BC* – Bottom Central Pivot. | ||
+ | ``` | ||
CPR helps a trader to forecast the future market situation by analyzing over days whether the pivots are higher or lower, or whether the range width is narrowing or widening. | CPR helps a trader to forecast the future market situation by analyzing over days whether the pivots are higher or lower, or whether the range width is narrowing or widening. | ||
行 120: | 行 131: | ||
- | |||
+ | |||
## Indicator Settings | ## Indicator Settings | ||
行 128: | 行 139: | ||
Please, contact us if you have any special wishes or improvement ideas, we will gladly consider them. | Please, contact us if you have any special wishes or improvement ideas, we will gladly consider them. | ||
- | [![Pivot](https:// | + | ![Pivot](https:// |
**Calculation Method** – select the method of Pivot Points calculation: | **Calculation Method** – select the method of Pivot Points calculation: | ||
行 165: | 行 176: | ||
If you have any difficulties while installing the indicator, please view the [detailed instruction](https:// | If you have any difficulties while installing the indicator, please view the [detailed instruction](https:// | ||
- | | + | - [Download for MT4](https:// |
- | + | - [Download for MT5](https:// | |
- | ](https:// | + | |
- | + | ||
- | ](https:// | + |