NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Indicator Development

Indicator Development Support for the development of custom indicators using NinjaScript.

Reply
 
Thread Tools Display Modes
Old 04-07-2009, 02:51 PM   #1
Lynmark1
Junior Member
 
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 times in 0 posts
Default Pivot Point formulas

The formulas used for calculations in NT are:

PP = Pivot Point
PP = (High + Low + Close) / 3
S1 = 2 * PP - High
R1 = 2 * PP - Low
S2 = PP - (High - Low)
R2 = PP + (High - Low)
S3 = PP - 2 * (High - Low)
R3 = PP + 2 * (High - Low)

How would I make changes to this?

S1=2*PP-High
R1=2*PP-Low
S2=PP-(R1-S1)
R2=PP+(R1-S1)
S3=Low-2*(High-PP)
R3=High+(PP-Low)
Lynmark1 is offline  
Reply With Quote
Old 04-07-2009, 02:57 PM   #2
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
Default

Lynmark1,

You will have to do this in the indicator yourself. Open the indicator in the editor and then right click->save as to save it as a new name that you can modify.
NinjaTrader_Josh is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MA Pivot Point webart Indicator Development 3 12-20-2008 06:50 PM
Customizing pivot point Mark_486 Indicator Development 5 05-14-2008 02:49 PM
Pivot point display as a line cliffordbyrne Charting 7 01-22-2008 06:46 PM
Pivot point sunnyrain Charting 1 10-12-2007 01:10 PM
Pivot Point Mod for Open & Close Times cutter Indicator Development 10 09-17-2007 12:17 PM


All times are GMT -6. The time now is 02:51 PM.