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 ScottWalsh, Today, 06:52 PM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by ScottW, Today, 06:09 PM
      1 response
      4 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by ftsc2022, 10-25-2022, 12:03 PM
      5 responses
      256 views
      0 likes
      Last Post KeyonMatthews  
      Started by Board game geek, 10-29-2023, 12:00 PM
      14 responses
      244 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Waxavi, 04-19-2024, 02:10 AM
      4 responses
      56 views
      0 likes
      Last Post sonia0101  
      Working...
      X