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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    152 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    305 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    244 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    345 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    176 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X