These strategies employ a trailing stop, and essentially, the price is moving quickly enough for the strategy to error out as it cannot move the stop in relation to the market price (it is above or below). So, the strategy stops, but there occasionally a position still open (real bad), and the strategy doesn't restart (less bad, but inconvenient).
Is there any way around this besides loosening the stops themselves?
It would be great to have a logic that if this happens, the system can flatten itself, then restart the strategy in a certain number of bars (or time period). Is that possible?
I realize I've introduced my own set of challenges by not using time based bars, as the strategy rightfully cannot react to bars printed in the exact same second, but, if anyone has a workaround that they would be willing to share, that would be great.
Thanks!
Comment