Wait a minute. Oh I think I get it now. If Stop 15, Step 25, SL none. Then once the total pips is 40, it will switch to break even. And if another 25 pips later, it switch to 15 profit instead. Right?
Doesn't work Vladimir. I'm not sure it because of slippage & definitely not swap bec its very small, but it doesn't. My guess is now because I do not used Stop Loss at all as I'm just that kind of a trader. Is that the problem?
owlnoluck :
Doesn't work Vladimir. I'm not sure it because of slippage & definitely not swap bec its very small, but it doesn't. My guess is now because I do not used Stop Loss at all as I'm just that kind of a trader. Is that the problem?
Doesn't work Vladimir. I'm not sure it because of slippage & definitely not swap bec its very small, but it doesn't. My guess is now because I do not used Stop Loss at all as I'm just that kind of a trader. Is that the problem?
My code. My example work. I gave you the basis - an example in pictures. Look for a bug in your EA's broken logic.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I been testing several ts ea but most of the time, they do not move to the trailing start, and I do not know why. Does it conflict with other ea but they do not have ts?
The bear minimum of my broker ts is 15 but many ea I used not work move it to the starting. I even take account of the spread in other test but nothing.
Common ts ea I'd input are Start is 0, Step 25, Stop is 10. So in my understanding, the 1st 25 profit pips it move to break-even. And then, every 25 pips later, it move another 10.
Correct me if I'm wrong but in an universal ts I'd also used, delta (Offset from the stop loss calculation level) is just "Stop", right?