I use both SetProfitTarget() and SetStopLoss() to set my TP and SL levels, and each time one of them is reached, I IMMEDIATELY enter a new position based on what order was filled, BUT, for the NEW ENTRY, I need new TP and new SL levels to be re-calculated based on new market conditions, volatility ... but I see that the SetProfitTarget() and SetStopLoss() both keep the same initial values that were used at the beginning and they keep getting executed each time I have a new entry without updating the values according to my strategy.
I try to force them to re-calculate by using both Set methods ONLY when certain conditions are met, but like my conditions are ignored, and they keep getting executed using the old initial values they got at the very beginning upon first strategy run.
how to force them to re-calculate new values each time one of them is filled ?
Thank you

Comment