Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Delay executing order?

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

    Delay executing order?

    Hi there, is there any way to overcome a delay? For example, I'm executing this stop statement:

    EnterLongStop(GetCurrentAsk() + TickSize);

    So, I'm trying to execute a Stop limit order, one tick above the current price. The price climbs, but the trade never executes. What's happening is, the price climbs beyond the Stop price, before the trade is executed; therefore, the trade never becomes executed.

    Any suggestions? Thanks.

    #2
    Hello timmbbo,

    Thanks for writing in.

    It can be possible for the market to climb a certain number of ticks before the your stop order gets accepted and working. By this point, the order would be rejected by your broker. Historically, this just gets ignored. You may need to increase the distance you are placing the stop price of the order for it to fill reliably.

    For the threads reference, you can see the status of these orders in the NinjaScript Output window when using TraceOrders.

    Another note when using EnterLongStop() is that the order will only be valid for the bar that the order gets entered on. The condition would still have to be true for the order method to place the order or you can use Advanced Order Handling methods to keep the order live until canceled.

    Advanced Order Handling - https://ninjatrader.com/support/help...r_handling.htm

    Please let me know if I may be of further help.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    566 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X