Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Display E-mini current point percentage compared against prior day closing point

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

    Display E-mini current point percentage compared against prior day closing point

    Hi,

    I want to display E-mini current point (price) real-time display how much percent up or down as compared against prior day closing price.

    Thanks!

    #2
    Hello Orogpd,

    Thanks for your post.

    You could get yesterday's close price from the Prior Day OHLC indicator, PriorDayOHLC().PriorClose[int barsAgo], and compare it to the current close price, Close[0]. Then, you could do math in your script to calculate the percentage difference between those two prices.

    See this help guide page for more information about accessing the Prior Day OHLC indicator values: https://ninjatrader.com/support/help...r_day_ohlc.htm

    See this help guide page for more information about accessing the current Close price: https://ninjatrader.com/support/help.../nt8/close.htm

    Let me know if I 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


      #3
      Originally posted by Orogpd View Post
      Hi,

      I want to display E-mini current point (price) real-time display how much percent up or down as compared against prior day closing price.

      Thanks!
      Try the NinjaTrader indicator “NetChange Display”

      Comment


        #4
        Hi BrandonH & Tasker-182, very good, thanks!

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        653 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        370 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        577 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X