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 Taddypole, 04-26-2024, 02:47 PM
    2 responses
    14 views
    0 likes
    Last Post Taddypole  
    Started by futtrader, 04-21-2024, 01:50 AM
    6 responses
    58 views
    0 likes
    Last Post futtrader  
    Started by sgordet, Today, 11:48 AM
    0 responses
    4 views
    0 likes
    Last Post sgordet
    by sgordet
     
    Started by Trader146, Today, 11:41 AM
    0 responses
    5 views
    0 likes
    Last Post Trader146  
    Started by jpapa, 04-23-2024, 07:22 AM
    2 responses
    22 views
    0 likes
    Last Post rene69851  
    Working...
    X