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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        160 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        307 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        244 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        348 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        178 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X