Traders Laboratory - View Single Post - prefilled charts of piviot points
View Single Post
  #10 (permalink)  
Old 09-19-2006, 08:44 PM
Soultrader's Avatar
Soultrader Soultrader is offline
Soultrader is looking for a green card.

Trader Specs
 
Join Date: Aug 2006
Location: Tokyo, Japan
Posts: 3,100
Thanks: 115
Thanked 382 Times in 153 Posts
Send a message via Skype™ to Soultrader
Re: prefilled charts of piviot points

Hi ant,

Here is the formula for the pivots:

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)

Range = High - Low

The midpoints are simply the distance between each pivot. I use the same formula for the weekly and monthly pivots.

Is there anyway to duplicate the indicator three times so I can use it seperately for daily, weekly, and monthly? Also is it possible to enable or disable the midpoints?

Including the midpoints... the daily pivots would give me 13 lines. The weekly and monthly without the midpoints would give me 7 each making it 14 in total.

Thank you

__________________
James Lee
TradersLaboratory.com
-----------------------------
Empowering traders with knowledge.

Note: Working on a few new features for the site. Please pm me if I do not respond.
Reply With Quote