Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there a way to catch order ignoring event from inside strategy code?

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

    Is there a way to catch order ignoring event from inside strategy code?

    Hello.

    Sometimes my orders ignored even is I checking GetCurrentAsk(), GetCurrentBid() and make distance in some ticks between market and order price:

    Strategy 'XXX': A Buy order placed at '1/17/2018 3:00:00 AM' has been ignored since the stop price is less than or equal to the close price of the current bar. This is an invalid order and subsequent orders may also be ignored. Please fix your strategy.
    Is there any way to catch "order ignored event" from inside strategy?

    (Right now I am using ``Unmanaged, but Managed is also interesting).
    fx.practic
    NinjaTrader Ecosystem Vendor - fx.practic

    #2
    Hello fx.practic,

    Thanks for your inquiry.

    I'd like to point out the following thread which discusses this with NT7: https://ninjatrader.com/support/foru...ad.php?t=41807

    We can typically work around this for realtime orders by setting RealtimeErrorHandling to IgnoreAllErrors or StopCancelCloseIgnoreRejects, and trapping the rejection in OnOrderUpdate(). For historical orders the strategy should be programmed to avoid submitting buy stop or buy stop limit orders below close of the current bar.

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

    One suggestion for historical orders would be to ensure order submission occurs at a valid price then to change it to the level you need at an appropriate time. Similar to the suggestion here.

    This is valid for both Managed and Unmanaged Strategies.

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

    Comment


      #3
      Hello, Jim.
      This is my late "thank you"! )
      fx.practic
      NinjaTrader Ecosystem Vendor - fx.practic

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      43 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      30 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      48 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      38 views
      0 likes
      Last Post CarlTrading  
      Working...
      X