Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

does PeriodType.Tick consider MarketDataType ?

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

    does PeriodType.Tick consider MarketDataType ?

    Hi NinjaTrader,

    When adding an instrument for a OnBarUpdate, does the MarketDataType (Bid,Ask,Last) apply to PeriodType.Tick? It is a parameter option, but I am wondering if it is ignored for PeriodType.Tick.

    I ask, as some price sources consider a tick to be any update regardless of Bid,Ask, Last, etc. changes.

    Thus, does PeriodType.Tick with MarketDataType.Bid give ticks caused by changes in Bid only?

    Thank you for your time.

    Number1

    ---------------------

    Nevermind, not adding the parameter causes a compiler error, so I must assume it does distinguish ticks with MarketDataType. I assume MarketDataType.Bid ticks are bid price changes only and not bidsize? Sorry to bother. Thanks
    Last edited by number1; 07-07-2014, 05:35 PM. Reason: answered :)

    #2
    No worries Number1, if you don't specify the type to explicitly use for the added series it would use whatever you setup the primary series with. OnBarUpdate() would only deal with bar update / price change events. If you want to work on other Level 1 data change events (such as bidsize volume change, https://www.ninjatrader.com/support/...aeventargs.htm) OnMarketData would be ideal. This is a realtime only method though for NT7.

    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