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 habeebft, Today, 07:27 AM
    0 responses
    4 views
    0 likes
    Last Post habeebft  
    Started by Tim-c, Today, 03:54 AM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by rocketman7, Today, 01:00 AM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by wzgy0920, 04-23-2024, 09:53 PM
    3 responses
    76 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by JonesJoker, 04-22-2024, 12:23 PM
    9 responses
    46 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X