Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Floor Pivots Indicator for NJ8

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Floor Pivots Indicator for NJ8

    Hi there - are the Pivots indicator in NJ8 same as Floor Pivots calculated as follows?

    R3 = R1 + (High – Low)
    R2 = Pivot + (High – Low)
    R1 = 2 × Pivot – Low
    Pivot = (High + Low + Close)/3
    S1 = 2 × Pivot – High
    S2 = Pivot – (High – Low)
    S3 = S1 – (High – Low)


    I cannot see the calculations that's why. If that is not it, is there a built-in indicator for floor pivots based on the abovementioned calculations? Thanks!

    #2
    Hello rezamerik,

    Thanks for your post.

    Yes, the Pivots indicator that comes with NinjaTrader uses the calculations you shared. From the Pivots indicator script:

    pp = (currentHigh + currentLow + currentClose) / 3;
    s1 = 2 * pp - currentHigh;
    r1 = 2 * pp - currentLow;
    s2 = pp - (currentHigh - currentLow);
    r2 = pp + (currentHigh - currentLow);
    s3 = pp - 2 * (currentHigh - currentLow);
    r3 = pp + 2 * (currentHigh - currentLow);


    To view how the Pivots indicator is calculated, you could open a New > NinjaScript Editor window, open the Indicators folder, double-click on the Pivots file, and note lines 190-196.

    Please let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    110 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    59 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    37 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    41 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    78 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X