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 algospoke, Yesterday, 06:40 PM
      2 responses
      19 views
      0 likes
      Last Post algospoke  
      Started by ghoul, Today, 06:02 PM
      3 responses
      14 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      44 views
      0 likes
      Last Post jeronymite  
      Started by Barry Milan, Yesterday, 10:35 PM
      7 responses
      20 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by AttiM, 02-14-2024, 05:20 PM
      10 responses
      180 views
      0 likes
      Last Post jeronymite  
      Working...
      X