Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Cancel Setprofittarget

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

    Cancel Setprofittarget

    Hi,

    If I have a long position and enter two OCO orders via SetProfitTarget() and SetStopLoss(), is it possible to then later cancel the profit target limit order but leave the stop order in place?
    At a certain point I would like to be able to cancel the target limit order but not the stop.
    - thanks

    #2
    Originally posted by Pourleau View Post
    Hi,

    If I have a long position and enter two OCO orders via SetProfitTarget() and SetStopLoss(), is it possible to then later cancel the profit target limit order but leave the stop order in place?
    At a certain point I would like to be able to cancel the target limit order but not the stop.
    - thanks
    No.SetProfitTarget() orders cannot be canceled. You have 2 choices: use explicit exit orders, linked to the entry, in which case, you can cancel the order; or reset the SetProfitTarget() to a very large number which cannot be met, thus effectively making it non-existent.

    Comment


      #3
      Hello Pourleau,

      Thank you for your note.

      As Koganam mentioned the Set() methods cannot be cancelled, however using your own Exit() methods and IOrder objects you can cancel an Exit() order. Or as Koganam mentioned set the Set() method to a high value that is out of range.

      For information on CancelOrder() please visit the following link: http://www.ninjatrader.com/support/h...ancelorder.htm

      For information on IOrder objects please visit the following link: http://www.ninjatrader.com/support/h...nt7/iorder.htm

      For a sample on monitoring Set() methods, which can be used to then adjust them, please visit the following link: http://www.ninjatrader.com/support/f...ead.php?t=5790

      Please let me know if you have any questions.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mestor, 03-10-2023, 01:50 AM
      16 responses
      388 views
      0 likes
      Last Post z.franck  
      Started by rtwave, 04-12-2024, 09:30 AM
      4 responses
      31 views
      0 likes
      Last Post rtwave
      by rtwave
       
      Started by yertle, Yesterday, 08:38 AM
      7 responses
      29 views
      0 likes
      Last Post yertle
      by yertle
       
      Started by bmartz, 03-12-2024, 06:12 AM
      2 responses
      22 views
      0 likes
      Last Post bmartz
      by bmartz
       
      Started by funk10101, Today, 12:02 AM
      0 responses
      7 views
      0 likes
      Last Post funk10101  
      Working...
      X