Something like break even point
-
I want mq5 ea in which if the order become in profit then it return to open price it close it whitout loss , just like the break ever point but stop lose sometimes doesn't work so i want the ea to close the order by itself
@roar -
What minimum distance in profit do you need that to happen?
-
Dont need profit , just to close the position without loss
-
Distsnce is 1 point , if this distance happen i dont want to loss
-
-
@roar can you help please
-
I guess you mean you want to secure that 1 pip profit, but that is not possible unless you accept 1 of these options:
- Close the trade as soon as it is 1 pip in profit.
- Close the trade only if there has been in profit for a while (limited time) OR a higher profit (specific pips distance) has been reached and then price is moving back to 1 pip in profit.
Which one you need?
-
 -
I want something like "n"=1 this but the stop loss isnt working so i want the ea to close the trade if it come back to open price
-
-
Yes, I know what de definition block says, but that doesn't answer my previous questions. When do you want that 'n pips' in profit number to be considered? Option 1 or 2?
-
Option 2
-
Ok. Now we can focus on the time limit or higher profit determining when the SL is to be moved. Is there a minimum time or a minimum profit beyond 1 pip? If so, how much of one or the other?
-
Not time , profit , if the order is in 1 pip profit and back to zero pip profit (entry point) , the ea close it
-
Ok. So what is the minimum profit beyond 1 pip to consider as the minimum to close the trade?