Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

e.MarketDepth.Bid[idx].Volume

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

    e.MarketDepth.Bid[idx].Volume

    Hi ,


    I'm ark and i'm newbie to this forum


    This is a very silly question.

    is

    e.MarketDepth.Bid[idx].Volume


    the avaible volume or exchanged volume at that price?


    Thank



    #2
    This is the advertised volume at that book level.

    The executed volume would occur in OnMarketData

    Code:
    protected override void OnMarketData(MarketDataEventArgs e)
    {
        if (e.MarketDataType == MarketDataType.Last) 
              Print("Last = " + e.Price + " " + e.Volume);
    }
    MatthewNinjaTrader Product Management

    Comment


      #3
      Ok


      sorry to all for double post

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      86 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      48 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      30 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      33 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      67 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X