I need help with the use of SetProfitTarget for my strategy:
The basics are:
Buy one a unit
buy a second unit on a stop order
Buy a third unit on a stop order
Then, when I have three units, set a ProfitTarget.
This goes both for long and short. I am really having trouble.
Shall I use SetPrfotTarget under Initilize()??
If not, i have to reset the Target in a few places in the code and something is not working (see the pic attached)
Any help welcome!!

Comment