|
Pivot Point Calculator for Financial Forums
This modification is in the archives.
Here is a vbadvanced module for those who run a financial or trading forum.
This is a pivot point calculator using 4 set of different formulas. 1. Classic Formula 2. Woodie's Pivots 3. Carmarilla's Pivots 4. Classic Revised The pivot point calculator uses the following formulas: Classic Formula R4 = R3 + RANGE (same as: PP + RANGE * 3) R3 = R2 + RANGE (same as: PP + RANGE * 2) R2 = PP + RANGE R1 = (2 * PP) - LOW PP = (HIGH + LOW + CLOSE) / 3 S1 = (2 * PP) - HIGH S2 = PP - RANGE S3 = S2 - RANGE (same as: PP - RANGE * 2) S4 = S3 - RANGE (same as: PP - RANGE * 3) Woodie Pivot Points R4 = R3 + RANGE R3 = H + 2 * (PP - L) (same as: R1 + RANGE) R2 = PP + RANGE R1 = (2 * PP) - LOW PP = (HIGH + LOW + CLOSE) / 3 S1 = (2 * PP) - HIGH S2 = PP - RANGE S3 = L - 2 * (H - PP) (same as: S1 - RANGE) S4 = S3 - RANGE Camarilla Pivot Points R4 = C + RANGE * 1.1/2 R3 = C + RANGE * 1.1/4 R2 = C + RANGE * 1.1/6 R1 = C + RANGE * 1.1/12 PP = (HIGH + LOW + CLOSE) / 3 S1 = C - RANGE * 1.1/12 S2 = C - RANGE * 1.1/6 S3 = C - RANGE * 1.1/4 S4 = C - RANGE * 1.1/2 Classic Revised R3 = R1 + RANGE R2 = PP + RANGE R1 = (2 * PP) - LOW PP = (HIGH + LOW + CLOSE) / 3 S1 = (2 * PP) - HIGH S2 = PP - RANGE S3 = S1 - RANGE The midpoint is obtained by simply dividing the pivots by two. COPYRIGHT CAN NOT BE REMOVED. This module is not supported and I will not answer any questions. The reason being.. I am not a coder and had this made by someone else. Heck, I barely know html. http://www.traderslaboratory.com/index.php?page=pivotpointcalculator Download
This modification is archived, downloads are still allowed. |
|||||||||