Trailing stop for sell isn't working.
-
I found out that both MT4 and MT5 function trailing stop for sell are not working. more detail please check the link below.
-
I think you are wrong, they always work for me, create a small test project showing the problem... I don't see a trail block in your project
-
@MigSornrakrit Those blocks work correctly. Your logic is what need to be reviewed. What do you exactly need?
-
hi . thy finally worked. however.
-
i now want a trade manager that can close all the trades once a certain profit is attained, then it disables the general auto trading for a given period of time .eg, one hour then it re; opens again the trading area. and so on .
-
@Ssenyongacharl4 This is the general idea of what you need:
https://fxdreema.com/shared/LHZfs3gvb
Please notice that you will have to adjust your requirements to this concept.
-
@l-andorrà I found the trailing isn't work correctly again, please see the link.
https://fxdreema.com/shared/UWADwzVtc
I like to EA to move SL to the "SL bumper" when the profit as pip reach "SL bumper start" after that if new position are opened. then will be managed base on the group such as Group 1, the positions are not more than 2, trailing stop will start at "TL start G1" and the trailing step will be "TL step G1" and group 2, 3, 4 are the same concept. But now the trailing aren't work.
Thank for your feedback and improvement with Zigzag.
-
The problem is that you are combining loops before other llops. That is a common mistake. You are using many trailing stop within the same structure. They should be separated instead as independnt structures and, above all, disconnected from the last 'common' part of the structure. On the other hand I never recommend using 'bucket of trades' blocks. It is always more recommended to use 'for each trade' blocks instead.