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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      69 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      42 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      24 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      27 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      54 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X