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 WHICKED, Today, 12:45 PM
      1 response
      10 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by samish18, Today, 01:01 PM
      0 responses
      5 views
      0 likes
      Last Post samish18  
      Started by WHICKED, Today, 12:56 PM
      0 responses
      8 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by Spiderbird, Today, 12:15 PM
      2 responses
      11 views
      0 likes
      Last Post Spiderbird  
      Started by FrazMann, Today, 11:21 AM
      2 responses
      8 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Working...
      X