Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Question about limit order function

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

    Question about limit order function

    Hello, I am using EnterLongLimit() function to place limit order.

    Such as: EnterLongLimit(1,PAMMorningStar().EntryPrice,"morn ingStar")

    But it is not clear to me how i can check the status of the order. Is the order filled and when? Could someone help? Thanks a lot!

    #2
    Originally posted by johnmanda View Post
    Hello, I am using EnterLongLimit() function to place limit order.

    Such as: EnterLongLimit(1,PAMMorningStar().EntryPrice,"morn ingStar")

    But it is not clear to me how i can check the status of the order. Is the order filled and when? Could someone help? Thanks a lot!
    Use the OnExecution() handler. Search the NT Help for details.

    Comment


      #3
      Hello johnmanda,

      Thank you for your post and welcome to the NinjaTrader Support Forum!

      OnExecution() can provide information on the order during execution. You can also use OnOrderUpdate() for when there is an update to the order.
      You may even wish to use IOrder objects to call information on the order by calling the IOrder object name: http://www.ninjatrader.com/support/h...nt7/iorder.htm

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      56 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      143 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      160 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      96 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      276 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X