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

Bar vs Tick Call Order

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

    Bar vs Tick Call Order

    If I have 1000 Volume Primary bars and a AddDataSeries(Data.BarsPeriodType.Tick, 1) should the call order be:

    BarsInProgress = 0
    12:00PM 1000 Volume bar

    BarsInProgress = 1
    12:01PM ticks
    12:02PM tick
    12:03PM tick
    12:04PM tick

    BarsInProgress = 0
    12:05PM 1000 Volume bar​

    trying to determine the tick price movement within a primary bar
    Last edited by dibDab; 11-11-2022, 07:40 AM.

    #2
    Hi dibDab, thanks for posting. The primary series will always be called first in the historical backtest, this order would be expected. If the Tick series had timestamps of 12:00, they would be seen after the 12:00 1000 volume bar.

    Kind regards,
    -ChrisL
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mongo, Today, 11:05 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Tim-c, Today, 10:58 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by traderqz, Yesterday, 09:06 AM
    4 responses
    25 views
    0 likes
    Last Post traderqz  
    Started by traderqz, Today, 12:06 AM
    4 responses
    7 views
    0 likes
    Last Post traderqz  
    Started by f.saeidi, Today, 10:19 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X