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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    78 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X