Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Waxavi, Today, 02:10 AM
    0 responses
    2 views
    0 likes
    Last Post Waxavi
    by Waxavi
     
    Started by TradeForge, Today, 02:09 AM
    0 responses
    6 views
    0 likes
    Last Post TradeForge  
    Started by Waxavi, Today, 02:00 AM
    0 responses
    2 views
    0 likes
    Last Post Waxavi
    by Waxavi
     
    Started by elirion, Today, 01:36 AM
    0 responses
    4 views
    0 likes
    Last Post elirion
    by elirion
     
    Started by gentlebenthebear, Today, 01:30 AM
    0 responses
    4 views
    0 likes
    Last Post gentlebenthebear  
    Working...
    X