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 sidlercom80, 10-28-2023, 08:49 AM
        168 responses
        2,262 views
        0 likes
        Last Post sidlercom80  
        Started by Barry Milan, Yesterday, 10:35 PM
        3 responses
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by WeyldFalcon, 12-10-2020, 06:48 PM
        14 responses
        1,429 views
        0 likes
        Last Post Handclap0241  
        Started by DJ888, 04-16-2024, 06:09 PM
        2 responses
        9 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by jeronymite, 04-12-2024, 04:26 PM
        3 responses
        41 views
        0 likes
        Last Post jeronymite  
        Working...
        X