Possible to have OrderSend several lots with different takeprofits?

 
I want to open several lots at the same time in an EA, but each with a different takeprofit value.

I had problems doing so and read in the forum that others have experienced that only one OrderSend will be processed at the time.

I don't see how i can split orders later and modify the takeprofits of some of these lots. I only know how to close a portion of the order upon a condition, and then modify the remainder. But I don't want to do that, because I need a takeprofit to harvest accurate price targets (I use bar by bar processing particulalry for backtesting). If I close upon reaching a condition, the price will have slipped by the time I can modify.

Does anybody know how to create several lots with different takeprofits?
 
With consecutive orders only
 
Thank you Slawa, this seems to work
Reason: