Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

First event on a monthly chart

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

    First event on a monthly chart

    Via NinjaScript, on a monthly chart, is there a way to find out which event occurred first, the high or low of the bar?

    For example, the monthly chart of January 2016 for the SPX has a
    low of 1812.29 and a high of 2038.20, however the high occurred first.

    #2
    Hello eebene,

    Thank you for your post.

    This is possible by adding a secondary series to verify when the High was first created and when the Low was first created by comparing against the Monthly High and Low.

    For information on multiple bar series in your script you can visit the following link: http://ninjatrader.com/support/helpG...nstruments.htm

    Please let me know if you have any questions.

    Comment


      #3
      Thank you Patrick,

      Unfortunately, that requires that one load all that data in Initialize(). Having looked around, i found a method, NinjaTrader.Data.Bars.GetBars, in NinjaTrader 8, but is not documented or apparently supported. I am interested in loading the data for months that meets certain criteria, therefore it would be better to load the data from within OnBarUpdate(). Any suggestion how to proceed.

      Comment


        #4
        Hello eebene,

        Thanks for your reply.

        Please note that Ninjatrader 8 inquiries belong in the Ninjatrader 8 forum sections as our assumptions when posted here are based on NinjaTrader 7. If you have further questions on this topic, please do post in there. Thanks for your understanding and help in keeping the forums organized.

        To answer your question: GetBars can be found in the Ninjatrader 8 helpguide here: http://ninjatrader.com/support/helpG...us/?getbar.htm

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        164 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        318 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        246 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        350 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        179 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X