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 charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          67 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          149 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          162 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          99 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          286 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X