Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Using pervious day data

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

    Using pervious day data

    I would like to take the average of all bar medians from 9:30 AM to 4:00PM of the previous day.

    How can this be done?

    Thank you!

    #2
    Maciek, you could for example run a SMA over the bars of the session as length (Bars.BarsSinceSession) - and use it's value calculated on your 4PM bar.

    An alternate approach would be a custom calculation via looping through the session bars of the prior day.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      I am interested in the custom calculation via looping through the session bars of the prior day. This sounds like what I am looking for. Do you guys have any references or examples I can see regarding this approach?

      Thank you!

      Comment


        #4
        Unfortunately I would not have sample code to point you to for this task, however a basic introduction to looping commands in C# (which NinjaScript is based on) could be reviewed here - http://www.ninjatrader.com/support/h...g_commands.htm

        If you're not a programmer than working with the SMA over the session bars length would likely be easier.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by traderqz, Today, 12:06 AM
        6 responses
        12 views
        0 likes
        Last Post traderqz  
        Started by Skifree, Today, 03:41 AM
        3 responses
        12 views
        0 likes
        Last Post Skifree
        by Skifree
         
        Started by traderqz, Yesterday, 09:06 AM
        5 responses
        33 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by guillembm, Today, 11:25 AM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by owensd, 04-21-2024, 11:34 PM
        9 responses
        34 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X