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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      146 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      71 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X