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 SalmaTrader, 07-07-2026, 10:26 PM
          0 responses
          47 views
          0 likes
          Last Post SalmaTrader  
          Started by CarlTrading, 07-05-2026, 01:16 PM
          0 responses
          22 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 06-17-2026, 10:32 AM
          0 responses
          15 views
          0 likes
          Last Post CaptainJack  
          Started by kinfxhk, 06-17-2026, 04:15 AM
          0 responses
          21 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Started by kinfxhk, 06-17-2026, 04:06 AM
          0 responses
          23 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Working...
          X