Announcement

Collapse
No announcement yet.

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X