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 usazencort, Today, 01:16 AM
    0 responses
    1 view
    0 likes
    Last Post usazencort  
    Started by kaywai, 09-01-2023, 08:44 PM
    5 responses
    603 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    6 responses
    22 views
    0 likes
    Last Post xiinteractive  
    Started by Pattontje, Yesterday, 02:10 PM
    2 responses
    21 views
    0 likes
    Last Post Pattontje  
    Started by flybuzz, 04-21-2024, 04:07 PM
    17 responses
    230 views
    0 likes
    Last Post TradingLoss  
    Working...
    X