Programming a strategy that is having a delayed stoploss based on the value of an index rather than the future, this stoplossorder may or may not be executed. After a certain MFE I exit 1 contract and set the remaining contracts to BE. If I do that when I entered Stops&Targetsubmission by StrategyPosition than it works ok, but when the Stops&Targetsubmission is not set to StrategyPosition I see that the order is for all contract rather than the remaining.
Can I set the parameter Stops&Targetsubmission within my strategy or should I switch my statements to change the stoploss first and then exit 1?

Comment