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

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.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Christopher_R, Today, 12:29 AM
    0 responses
    10 views
    0 likes
    Last Post Christopher_R  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    166 responses
    2,235 views
    0 likes
    Last Post sidlercom80  
    Started by thread, Yesterday, 11:58 PM
    0 responses
    3 views
    0 likes
    Last Post thread
    by thread
     
    Started by jclose, Yesterday, 09:37 PM
    0 responses
    8 views
    0 likes
    Last Post jclose
    by jclose
     
    Started by WeyldFalcon, 08-07-2020, 06:13 AM
    10 responses
    1,415 views
    0 likes
    Last Post Traderontheroad  
    Working...
    X