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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    157 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    91 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    143 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    131 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X