Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 Simulated Stop Issue?

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

    NT8 Simulated Stop Issue?

    I have a strategy that updates a working order on each bar:

    SetStopLoss("LE", CalculationMode.Price, StopPrice, true);
    SetProfitTarget("LE", CalculationMode.Price, PercentExitPrice);
    MyOrder = EnterLongLimit(0, true, 1, MyEntryPrice, "LE");

    Notice that the stop loss is simulated. When my long entry limit order is triggered, the stop loss order shows "Trigger Pending" and my limit order for the profit target shows "Working". Everything appears to be correct here.

    When I stop my strategy, I clear my orders. If I'm in a trade and restart my strategy, the profit target order is submitted correctly. However, my stop loss order is submitted to the broker (it shows "Accepted") rather than "Trigger Pending" (simulated). My "Start Behavior" is "Immediately Submit".

    I'm not sure if I'm doing something wrong or if this is a bug. Thanks in advance.

    #2
    Hello bean3178,

    Thank you for your post.

    From your code and description there should be no issue with the simulated stop. We would like to review the log and trace files for additional information.
    You can send in your log and trace files by going to the Control Center-> Help-> Email Support. Ensuring 'Log and Trace Files' is checked will include these files. This is checked by default.

    Please list 'ATTN: Patrick H' in the subject line and reference this thread in the body of the email.

    I look forward to assisting you further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    61 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    39 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    21 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    23 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    51 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X