Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get the open price for all days in the chart at a specific hour.

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

    Get the open price for all days in the chart at a specific hour.

    Hello,

    I am trying to get the opening price of everyday at 9:30 for E-mini. Unfortunately CME data only give the open price at 16:01 or 18:00 which is about the same price as previous close.

    Anyone know if there is a tool in NT to do that or some code already available somewhere or even a website?

    Thank you

    #2
    Hello frankduc,

    Thanks for your post.

    Something to consider is creating a class-level Series<double> variable, making a Time Comparison condition that checks if the current Time is 9:30 AM, and saving the Open[0] price to the Series<double> variable inside that condition.

    The variable could be referenced later in the script for other conditions or actions.

    See this help guide page about creating Time Comparisons: https://ninjatrader.com/support/help...imeComparisons

    This help guide page contains information about accessing the Open price: https://ninjatrader.com/support/helpGuides/nt8/open.htm

    Review this help guide page about Series<double> variables: https://ninjatrader.com/support/help...t8/seriest.htm

    And, see this help guide page about Time: https://ninjatrader.com/support/help...eries_time.htm

    Please 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

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    639 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X