Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop Loss kicks strategy out (sometimes)

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

    Stop Loss kicks strategy out (sometimes)

    My strategy starts off with a stop loss a few bars back from the entry point and that works well.
    When the trade goes a certain amount of ticks into profit, the stop loss is moved to break even
    Depending on market conditions - the stop loss is sometimes set above market price which throws error messages and disables the strategy.
    Is there a way (perhaps with a try catch) to avoid this and allow the strategy to recover without disabling the strategy?

    Thanks

    #2
    Hello abiffmaster,

    Thank you for your post.

    Yes, you can set the strategy's RealtimeErrorHandling to StopCancelCloseIgnoreRejects and catch the order rejection and instead submit a market order to close the position or handle it otherwise if you like.



    You can take a look at the example below that places a stop to the wrong side of the market so it will get rejected, then traps that rejection and handles it by closing the position with a market order.

    Please let us know if we may be of further assistance to you.
    Attached Files

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    25 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    120 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    63 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X