SetParabolicStop(LongSignalName, CalculationMode.Ticks, ticks, false, TrailStopAcceleration, TrailStopAccelerationMax, TrailStopAccelerationMax); EnterLong(LongSignalName);
But most of the time I get something like this:
The stop value "jumps" downwards. And as you can see, it is not only the plot. The stop is not executed when it should.
I triple checked, that I do not send another parabolic stop or something.
Any ideas?
Thx,
Sven

Comment