Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Why is Stop Loss / Profit target not honored.

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

    Why is Stop Loss / Profit target not honored.


    Why are my profit / loss stops rarely not honored?

    I have a strategy that sets a profit / loss stop at six ticks. The vast majority of trades, the profit/stop loss is honored. However, on about 1% of trades, the stop / profit loss just doesn't stick, and the trade never closes. Even at the end of the trading day, the trade just stays open until I close it manually. Would you have any thoughts on this? Thanks,






    Attached Files

    #2
    Hello timmbbo,

    Thanks for your post.

    Are these strategies that you created? Or, were the strategies created by a third-party vendor?

    Have you added debugging prints throughout the strategy if you were the creator of it?

    Ultimately, to understand why the strategy is behaving as it is, it is necessary to add prints to the script that print the values used for the logic of the script to understand how the script is evaluating.

    In the strategy add prints (outside of any conditions) that print the values of every variable in every condition that places an order along with the time of that bar.

    Prints will appear in the NinjaScript Output window (New > NinjaScript Output window).

    Also, enable TraceOrders which will let us know if any orders are being ignored and not being submitted when the condition to place the orders is evaluating as true.

    Below is a link to a forum post that demonstrates how to use prints to understand behavior.

    https://ninjatrader.com/support/foru...121#post791121

    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