Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to use OCO technique in Strategy?

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

    How to use OCO technique in Strategy?

    I am a novice in NinjaTrader software. I was trying to write custom strategies. Please tell me how I can use OCO (once cancels other) orders within strategy.

    Regards,
    Berny Paul

    #2
    Hi Berny Paul, thank you for the inquiry.

    To use OCO orders within a strategy, it is necessary to pass the same "fromEntrySignal" parameter to the orders. If, for example, you were linking two exits together you could do this:
    Code:
    // ExitLongLimit code:
    // ExitLongLimit(double limitPrice, string signalName, string fromEntrySignal)
    ExitLongLimit(1000, "long limit exit", "from long entry")
    ExitLongStop(990, "long stop exit", "from long entry")
    AustinNinjaTrader Customer Service

    Comment


      #3
      Re: How to use OCO technique in Strategy?

      Thank you Austin for an accurate and quick reply.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      335 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      211 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      196 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      288 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      245 views
      0 likes
      Last Post CarlTrading  
      Working...
      X