Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NJ7 - StopLoss Order stuck in Initialized state

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

    NJ7 - StopLoss Order stuck in Initialized state

    Hi,

    I have a strategy that have the following code on my Initialize() method.

    SetStopLoss("L",CalculationMode.Ticks,stopLoss,tru e);
    SetStopLoss("S",CalculationMode.Ticks,stopLoss,tru e);


    SetProfitTarget("L",CalculationMode.Ticks, profitTarget);
    SetProfitTarget("S",CalculationMode.Ticks, profitTarget);

    Once the strategy is triggered, the order associated with the Profit target goes to "Working" state (as expected). However, the stop loss order remains in "Initialized" state.

    I also had the reverse situation with a previous position where the Stop Loss order went to "Working" and the Profit Target" went to "Initialized"

    What could be the problem? I appreciate your help?

    Thanks,

    Joe

    #2
    Hello,

    Thank you for the post.

    I noted you are using the Simulated stop option so I would expect this in this case. If you use false instead of true this should move the order from Initialized to later states. The Simulated stop feature would do this specifically as it is intended to hide the order from the market. You can find the documentation here:

    SS orders are set to Initialized state
    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Hi Jesse,

      Thank you for your reply and for the resolution. I will make the code change.

      I appreciate your help!

      Joe

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by bortz, 11-06-2023, 08:04 AM
      47 responses
      1,610 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      9 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      19 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      6 views
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      16 views
      0 likes
      Last Post Javierw.ok  
      Working...
      X