Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to prevent NinjaTrader to close account position

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

    How to prevent NinjaTrader to close account position

    I handle orders and cancel them myself, but sometimes I got error about an order "Rejected: the order pirce is out of band". The problem is that I see my position get flat suddenly!
    I am using AdoptAccountPosition. I don't want my position gets flat. Also, I am just using EnterLong, I don't use EnterShort. I can't reproduce this problem in Simulation mode.
    How can I prevent ninja trader to stop closing my position?
    Last edited by ManTrader; 08-15-2019, 10:03 AM.

    #2
    The error is "Rejected: the order pirce is out of band". The problem is that NT8 close the account position!

    Comment


      #3
      Hello ManTrader,

      Thanks for your post.

      Native errors for order rejections will best be answered by your broker's Orders Desk. Typically errors related to banding refer to the order submission price being submitted to a level that is invalid when the broker processes it.

      NinjaScript strategies will by default stop, cancel orders, and close positions as a rejected order could completely break a strategies ability to make profit. To override this and handle rejections on your own, you could set RealtimeErrorHanldling to IgnoreAllErrors and then trap the rejections in OnOrderUpdate. The strategy will stay running and the strategy can react to rejections that occur.

      RealtimeErrorHandling - https://ninjatrader.com/support/help...orhandling.htm

      OnOrderUpdate - https://ninjatrader.com/support/help...rderupdate.htm

      Please let us know if we can be of further assistance.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      59 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      134 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      75 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      50 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X