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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    92 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    51 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    23 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    34 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    34 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X