PDA

View Full Version : Add-On Releases - Pivot Point Calculator for Financial Forums


soletrader
05-21-2007, 10:00 PM
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.

LIVE DEMO (http://www.traderslaboratory.com/index.php?page=pivotpointcalculator)

bada_bing
05-23-2007, 01:18 PM
Wow cool.. Is there any way you can create a marine type calculator that calculates PH,Alkalinty,calcuim and so on I will pay for this also PM ME

iogames
05-24-2007, 02:21 PM
Is not important if you're a coder or not, if you know HTML or neither... the rudeness and 'meanness' as you expressed... this is a civil Society too!

By the way, nice hack...:up:

Coders Shack
05-25-2007, 06:47 AM
Is not important if you're a coder or not, if you know HTML or neither... the rudeness and 'meanness' as you expressed... this is a civil Society too!

By the way, nice hack...:up:
meanness/rudeness? Not sure how you concluded to that.