Strategy Editor Documentation

I am trying to setup a fairly simple strategy to execute 2 brackets with the same stop loss but different profit targets. Once the first profit target is hit, I want the second bracket to move its stop loss to even. I can query copilot and get the logic i.e. Multiple orders, OCO etc. but I need to understand the structure of the orders inside the editor. Any documentation on linking orders, triggers, etc. would be helpful. Don’t really want to go to 3rd party but if I have to so be it.

Hey @jmb

For a bracket order with two targets and one stop, please do the following:

  1. Create strategy
  2. Select ‘multiple orders’
  3. In the two sub orders, make both order types ‘bracket’
  4. For each bracket, set the stop as the same value, and you can choose two different targets for each bracket.

Mike Murphy
[email protected]