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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        157 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        91 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        143 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        131 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X