it seems there can only ever be one active stop for a signal?
I want to do the following:
* Have a trailing stop
* AND have a stop loss number.
Naturally only the upper of the two should be used.
This is noramlly only an issue when the signal is opened - as my "stop loss" may be a lot tighter than the trailing stop to be used when the signal is accumulating a profit.
It is, for me, also an issue with multiple signals. I have a strat that is supposed to use three exits. When the first two exit (static profit targets) I want the third one to not make a loss... so, even with a generous trailing stop, I want a static stop in place that protect a tiny profit.
How can I do that?
I have "SetTrailingStop" now, but when I set a manual Exit, it seems to kill the trailing stop.

Comment