![]() |
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
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 times in 0 posts
|
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) |
|
|
|
|
|
#2 |
|
NinjaTrader Product Manager
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 106 times in 70 posts
|
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.
Josh
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |