Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

time and sales data

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

    time and sales data

    Hi,
    What functions in the library would we use to access time and sales data in a strategy?
    thanks,
    David

    #2
    Hello trader3000a,

    Thanks for your post.

    OnMarketData would be used to read Level 1 Time and Sales data.





    The major items to look at are MarketDataType.Ask, MarketDataType.Bid, and MarketDataType.Last. Last represents completed trades, and you can identify buys/sells by comparing the Last tick's Price to the current Bid/Ask. Volume represents the corresponding volume of that individual tick.

    BuySellVolume which comes with NinjaTrader may be referenced as an example for using OnMarketData and working with volume.

    Let us know if there is anything else we can do to help.

    Comment


      #3
      Hi,
      I'm specifically looking for code to identify "above ask" and "below bid" orders that show up on the time and sales. Is there an existing syntax?
      thanks,
      David

      Comment


        #4
        Hello David,

        BuySellVolume demonstrates that exactly.

        Please see below how e.Price, e.Bid, e.Ask, and e.Volume are used when e.MarketDataType is MarketDataType.Last. This tells you if the Last completed trade was a buy/sell.


        Click image for larger version  Name:	NinjaTrader_2022-04-12_06-13-25.png Views:	0 Size:	17.5 KB ID:	1197438
        Attached Files

        Comment


          #5
          thanks, Jim!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by NullPointStrategies, Today, 05:17 AM
          0 responses
          44 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          126 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          65 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          42 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          46 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X