Trailing Stop and Breakeven not working
-
Hi,
tried a lot of different things, but nothing solved my problem.
the trailing stop and Breakeven does want to work... what am I doing wrong?
The 2x buy/sell is triggered when price cross the H line, each with a different TP. The lines are deleted after trigger but the Breakeven and trailing stop does not do anything.
-
The stop loss is a line on chart and TP is as % from SL and the trailing stop is pips... could that be the reason for not working?
-
Does the EA create the initial stops, made by the buing/selling blocks?
Trailing stop doesn't alter the stops if they won't get closer to open price.
In break even block, you have filtered it to work on only group #-2 - why is that
-
Thanks for the reply,
yes this EA create the stops by buying/selling blocks.
in the MT4 tester the price goes well over 100 pips and hits the TP at 188 pips.
thanks for the group #-2 ... don't know how that got there. I've deleted the block and created it again and did not change that to all.
-
What constants do you use for the trailing stop parameters? Have you tried changing them, does that affect anything?
-
Trailing stop 50
Trailing step 1
Trailing start 100, I started at 200it works in another EA I made the only thing that is different is the market mode
-
The first TP is 200% of the SL (witch is about 188pips) and the second TP is 500% of SL
-
thanks roar
it works now.... pips distance on chart was 188 that's actually 18 pips
