Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

cancel pending orders on condition

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

    cancel pending orders on condition

    I have two strategies working simultaneously

    strategy 1 places a buy stop above the market
    strategy 2 places a sell stop below the market

    when one strategy fills the order and is in a position, I would like the pending order from the other strategy to be canceled.
    how can I write this?

    #2
    HiDon22Trader1, thanks for writing in.

    This should be implemented as one single unmanaged strategy so that you can more easily access the orders that need to be canceled. A managed strategy can not place a bracket like this because it goes against the internal order handling rules. See here for a small example on how to submit an unmanaged order:


    SubmitOrderUnmanaged() contains an OCO parameter that you can use to tie the long/short orders into a bracket so that when one is filled/canceled the other will also be canceled in the process. I attached an example here, to test, place the .cs file within Documents\NinjaTrader 8\bin\Custom\Strategies

    Best regards,
    -ChrisL
    Attached Files

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    44 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    65 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X