How are the Daily Pivot Points on your site calculated?

by  

I use the most common way of calculating daily pivot points:

R3 = (high + 2 x (pivot point – low))

R2 = (pivot point + (R1-S1)

R1= (2 x pivot point – low)

pivot point = (high + close + low) / 3

S1 = (2 x pivot point – high)

S2 = (pivot point – (R1 – S1))

S3 = (low – 2 x (high – pivot point)) 

Popularity: 1% [?]

Comments

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!