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 CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      27 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      124 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      179 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      93 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      137 views
      0 likes
      Last Post cmoran13  
      Working...
      X