Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy disabled on rejected order

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

    Strategy disabled on rejected order

    Hello,

    at the beginning of the session (6:59) my strategy was disabled because a stop order was rejected in reason of a connection loss. In Options I have choosen "keep running" in case of connection loss. Another strategy with sessionbegin 7:59 was not affected.

    The message was:
    Strategy 'GBPUSDstop/7b40fed46af34a98a5a4dfd47c3ede5f' submitted an order that generated the following error 'UnableToSubmitOrder'. Strategy has sent cancel requests, attempted to close the position and terminated itself.

    How can I avoid that the strategy terminates itself in that case?
    Is this a new behaviour in NT7? In NT6.5 I have never seen this but propably never lost connection at the sessionbegin.

    Thanks a lot.

    Joerg

    #2
    Joerg, the issue here was a rejected order generated by the strategy, this has not changed with NT7 and would still cause a strategy termination per default. To continue running the strategy, you would need to set the real time error handling to TakeNoAction, however this will have serious consequences and you would need to handle upcoming error scenarios then in your code...like reissuing the rejected order after x mins etc.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    595 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    556 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    554 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X