Creating Flexible Strategy Architecture in NinjaTrader 8
I currently have strategies where one will breakeven and split positions with 2 targets and another that will simply trail a stop. I am looking to combine them so that the remaining position after target 1 will then get trailed.
Any help would be greatly appreciated. Both stops are triggered by OnExecutionUpdate and I'm not sure how to structure it so they both are active. If I am even saying that properly, I am new to this. Understand what I am looking at, but am not sure how to create what I am looking for.