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 Aviram Y, 08-09-2023, 09:04 AM
      10 responses
      298 views
      0 likes
      Last Post MrHump
      by MrHump
       
      Started by jpapa, Today, 07:22 AM
      1 response
      5 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by kevinenergy, 02-17-2023, 12:42 PM
      116 responses
      2,758 views
      1 like
      Last Post kevinenergy  
      Started by franatas, 12-04-2023, 03:43 AM
      7 responses
      106 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Jltarrau, Today, 05:57 AM
      3 responses
      9 views
      0 likes
      Last Post Jltarrau  
      Working...
      X