Closing trades in the highest profit or least loss
-
hello dear traders.how can i close every trade when it is in the highest possible profit or least loss point?exactly how can i distinguish and how can i detremine it for the EA with these blocks?what is the best block(condition or indicator or candle properties or ...) for it?excluding trailing stop,because always wastes some pips or kills the opportunity for more profits.please share the link for the project.
thank you so much. -
-
@l-andorrà THANK YOU.BUT WHAT YOU PREFERED IN YOUR TOPICS ARE SPECIFIED NUMBERS.in a trade there is an unknown coming candle that the profit is at the top , and after that it falls down.how can i know exactly which candle it is to put an close order and take that highest profit.it is not a number to specify in blocks,it is a special situation and i must determine it for EA.
-
I'm not complete sure I understand what you mean. Can you please upload an image about that situation?
-
@l-andorrà Entry and exit points must be like these signs.no pips wasted.when a trade is starting trade must put.when the trend ends ,exactly at the point trade must be closed.not some pips lower in buy or upper in sell.please look at the picture.

and i designed my EA according to divergence for closing trades.it trades on MA and bullish/bearish candles and close them on opposite divergence signal.please look at it and analyse it for me.the link is here=
https://fxdreema.com/shared/73j6NeTDc

-
The logic of your EA is correct. Sadly you will not be able to get those entries with MACD. It is a very slow indicator with your block's configuration. You will have to find other indicators to do that. I recommend you Zigzag combined with a fast RVI.
Same with exits. Using MACD as a way to close trades will inevitably make you 'lose' pips for that same reason.
Just an opinion, of course.
-
@l-andorrà if it is possible , please make a sample for me of those indicators via a shared link.thank you so much.
AND PLEASE ANALYSE THIS ONE.I JUST BUILT IT.AND JUST USED ZIGZAG.2 INDICATOR WILL MAKE IT HARDER.AND I CAN NOT BECAUSE I AM LIMITED.
https://fxdreema.com/shared/w5u5DHvZd -
I'm afraid my time in this forum is very limited and what you are asking for is the same level of help other non free subscribers are also asking for. In such cases I strongly recommend you to pay for a monthly subscription and I will be more than happy to help you.
-
@l-andorrà thank you.but you did not understand fully my meaning.i want to use 1 zigzag indicator because when i used the VRI it was so different in giving signals and i lose pips anyway but zigzag was very more specific.according to my project,am i right?
-
That is my suggestion, yes. However, you should be very careful with ZigZag indicator. It's a very tricky one. I strongly recommend you to search other user's experiences in this forum with it before taking any action.