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

OnBarUpdate Confuse

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

    OnBarUpdate Confuse

    Hi
    I am confused. i add a data series by AddDataSeries method in the constructor of strategy. i set the period to 150 tick, when i run the strategy in a new chart, i set the interval to 5 minutes. now i want to know when Onbarupdate method is called? every 5 minutes or every 150 ticks?

    #2
    Hello amiralimadadi,

    Both data series will call OnBarUpdate() as each series is updated based on your Calculate setting.

    To help see this, on the OnBarUpdate section you can add this print statement:

    Print ("OnBarUpdate called by: "+BarsInProgress). BarsInProgress 0 will be the 5 minute bars and BarsInProgress 1 will be the 150 tick bars.

    Reference: https://ninjatrader.com/support/help...inprogress.htm

    Please review the multi time frame section of the helpguide as there are a number of concepts you will want to review to best help you work in this environment: Reference: https://ninjatrader.com/support/help...nstruments.htm
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by alifarahani, Today, 09:40 AM
    6 responses
    40 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    18 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Kaledus, Today, 01:29 PM
    5 responses
    15 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by Waxavi, Today, 02:00 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by gentlebenthebear, Today, 01:30 AM
    3 responses
    17 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X