Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

fill price

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

    fill price

    hi, how do I access the actual fill price of an order inistiated by the "EnterLong" or "EnterShort" command? If there is a sample program that does this, that would be very helpful. thank you!

    #2
    Originally posted by pman777 View Post
    hi, how do I access the actual fill price of an order inistiated by the "EnterLong" or "EnterShort" command? If there is a sample program that does this, that would be very helpful. thank you!
    The IOrder has a property called AvgFillPrice. It represents what it says. Consult the NT Help for the IOrder command.

    Comment


      #3
      Hi Pman77,

      Thank you for posting.

      I have attached a link to the IOrder Class from the our online help guide.
      http://www.ninjatrader.com/support/h...tml?iorder.htm

      There are two choices, AvgFillPrice and Filled.

      You will need to change the OnBarUpdate() -
      Code:
      protected override void OnOrderUpdate(IOrder order)
      This will allow you to call the AvgFillPrice and Filled.

      Please let me know if I can be of further asisstance
      Cal H.NinjaTrader Customer Service

      Comment


        #4
        thank you Cal ... are there any sample programs that I can view to see this?

        Comment


          #5
          Pman77,

          There are a couple of reference samples available from the support forum that I have attached below

          http://www.ninjatrader.com/support/f...ead.php?t=7499
          http://www.ninjatrader.com/support/f...ad.php?t=18890

          Please let me know if I can be of further assistance
          Cal H.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          633 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          364 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          105 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          567 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          568 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X