I currently have working auto-breakeven and trailing stop.
However, I cannot seem to get multiple profit targets working.
Let's say I have a position with 4 contracts and I want to add a profit target to close 1. Do I use ExitLongLimit?
EDIT: I guess I cannot because I'm currently using Managed Approach. So I need to switch to Unmanaged. Does anyone have an example code using unmanaged approach, with multiple profit targets (exiting 1 contract for each target for example)

Comment