Hi
I have been trying to change your SampleATMStrategy template shown above to enter orders at a Stop or StopLimit 1 tick above the High instead of a Limit at the Low but I can't seem to get the code right. I tried using the standard EnterLongStop(DefaultQuantity, High[0] + 2 * TickSize, ""); but it didn't seem to work with SampleAtmStrategy.
Any help you can offer is much appreciated.

Comment