Maybe it could help if I know how the trailLock is calculated from the trail.
My problem is that I do not want to trail the price at all. Only when it reach a certain value.
So if I do not want the value trail to influence a trade I can write like Trail = 100*PIP; but then, when I use TrailLock=90; there is no effect at all. However if I write Trail = 4*PIP; then I can see an effect from TrailLock but if I write that trail then the trade is closed before I want. So this is my dilema. How to trail from a certain level and how to lock the profits from that level too?