I have a strategy that works fine, but it did not have any stoploss mechanism. I decided to add in a stop loss for testing purposes. I simply added in a SetStopLoss just prior to every instance of an Enter statement. I've done this before and sort of know what to expect.
However, in this case, adding in the SetStopLoss statement caused all kinds of changes to to trades (historical at this point). For example, instead of a series of 3 reversals, there was now just one long trade, and the stop loss exit price never touched, never even came close.
Are there any known issues with SetStopLoss? Any ideas where I might start looking for issues?
Thanks.


Comment