I see we cannot use SetTrailStop and SetStopLoss together. However, here is what I want to do:
1. SetStopLoss to x initially from an entry signal
2. SetStopLoss to y after some profit target is achieved
However, when I try to do #2, and give no signal entry, it does not take effect.
If I specify a signal entry, then it puts the stop loss on my entry price. What am I doing wrong?
PS: For #2 SetTrailStop would have been most ideal, but I cannot use it since I already called SetStopLoss in #1.
Why cant we use both in conjunction?

Comment