Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

IB Short Stock Unavailability Disables Strategy

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

    IB Short Stock Unavailability Disables Strategy

    Hi,

    When running a strategy which places a short order on IB for which shares aren't available for shorting (if manually trading it says your order will be held while IB locates shares), I find that NT immediately disables the strategy.

    Is there a way to deal with this by putting something in the code to bypass this error. Such as if shares of A aren't available for shorting, rather than disabling the strategy, short B as a proxy instead?

    Thanks in advance.

    #2
    Hello wuilengh,
    You can set the Realtime error handling to TakeNoAction so that the strategy does not gets disabled.

    Please refer to our help guide to know more about it
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanks, is this problem definitely recognized by NT as an "OrderState.Rejected" though?

      // Rejection handling
      if (order.OrderState == OrderState.Rejected)
      {
      // Stop loss order was rejected !!!!
      // Do something about it here
      }

      Comment


        #4
        Hello wuilengh,
        Yes, the rejected order will be triggered in the OnOrderUpdate event.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        86 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X