Help with a system to move my stops.
-
Hi guys. I need some help, as this project is above my skills. I would like my stop loss to move automatically as my trade progresses in profit:

So what I'm looking for is the following. If my trade is in profit and price breaks below the 15EMA and up above again (like numers 1 and 2), I'd like the stop to be moved 1 pip below under two conditions: The new stop has to be in profit and secondly, the stop only moves once a new high is made!Anyone think they could help me with that? Thanks in advance!
-
@sirluk If candle closes below save time into a variable, when candle closes above check lowest point and use pink blocks to move stop's. you will probably need to use other logic but, will be a good starting point.
-
Thanks for the idea, I'll give it a try. What condition block lets me check, if the lowest point from a certain time on is above my entry price (in a long setup)? Could you make an example?
-
@sirluk In blocks you have market properties, highest and lowest, get your start and finish times and you should be able to get your point. Once you have this in a project, if not working add a shires link and say whats wrong.