Announcement

Collapse
No announcement yet.

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.

    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.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        576 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X