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

Most Accurate Bid and Ask Volume

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

    Most Accurate Bid and Ask Volume

    I am considering a new indicator and would like to determine how I can obtain the most accurate data for aggressive buying on the Ask, and also aggressive selling on the Bid (a.k.a Bid & Ask Volume).

    Is the most accurate and up-to-date data provided by:
    (1) BarsArray[0].GetBid and BarsArray[0].GetAsk
    (2) OnMarketData, similar to the "Buy sell volume" indicator
    (3) some other means

    #2
    Hi Goodknight777,

    I had the same question and tried a few variants (except 1) ) and 2) gives pretty accurate values which got confirmed by manually calculating from Volume and the BuySellVolume indicator.
    If there is another most accurate answer please correct me support.

    Comment


      #3
      NinjaTrader_Jim posted a very good related sample app here.

      https://ninjatrader.com/support/foru...24#post1139724


      HedgePlay


      Comment


        #4
        Hello goodknight777,

        GetCurrentAsk(), GetCurrentBid() will always provide the most up-to-date values of the ask and bid at the exact moment out of queue, directly from incoming source. However, calling this enough times per second to see a change is resource intensive. For useful real-time reaction updates, OnMarketData() will be updating (in a subscription thread) for the queued ask and bid, in the order they are received. OnBarUpdate() will be updating when the bar updates, based on the Calculate setting.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CortexZenUSA, Today, 12:53 AM
        0 responses
        2 views
        0 likes
        Last Post CortexZenUSA  
        Started by CortexZenUSA, Today, 12:46 AM
        0 responses
        1 view
        0 likes
        Last Post CortexZenUSA  
        Started by usazencortex, Today, 12:43 AM
        0 responses
        5 views
        0 likes
        Last Post usazencortex  
        Started by sidlercom80, 10-28-2023, 08:49 AM
        168 responses
        2,266 views
        0 likes
        Last Post sidlercom80  
        Started by Barry Milan, Yesterday, 10:35 PM
        3 responses
        13 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X