Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Error closing orders on playback

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

    Error closing orders on playback

    Hello,

    I'm experiencing these issues (screenshot attached) while running playback with a strategy, the methods I'm using are EnterLong("signal") and EnterShort("signal"), how can I circumvent this problem?

    I would appreciate your support,

    Regards,
    Attached Files

    #2
    Hello Waxavi,

    Thanks for your post.

    The message is letting you know that the strategy placed a buy stop or buy stop limit order that was rejected because the strategy submitted the order to an invalid price level. Buy stop and buy stop limit orders must be placed above the current ask price. Sell stop orders must be placed below the current ask price.

    When the order is submitted, is the stop price parameter greater than the GetCurrentAsk() for a buy stop order? Or, is the stop price parameter less than the GetCurrentAsk() for a sell stop order?

    I would recommend you add prints to the strategy to determine why the stop order is being ignored. One line above where the stop order is placed, print the GetCurrentAsk() and print the price being submitted to the order method.

    Below is a link to a forum post that demonstrates using prints to understand behavior.
    https://ninjatrader.com/support/foru...121#post791121

    Please see the help guide documentation below for more information about GetCurrentAsk().
    https://ninjatrader.com/support/help...currentask.htm

    Also, see this forum thread which you may find helpful: https://ninjatrader.com/support/foru...order-rejected

    Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    56 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    132 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X