Here is the formula: The value of X in the formula below depends on where the Close of the market is. If Close < Open then X = (H + (L * 2) + C) If Close > Open then X = ((H * 2) + L + C) If Close = Open then X = (H + L + (C * 2)) R1 = X / 2 - L PP = X / 4 (this is not an official DeMark number but merely a reference point based on the calculation of X) S1 = X / 2 - H |
No comments:
Post a Comment