How to create Partial TP as a limit order

 

Is there any way of taking partial TP at limit order. Or any workaround for the same so that we do not have to watch charts all the time. Setting notifications is a way but it also requires pc terminal of MT5, can we set alerts from mobile phone?

 

You can set a price alert manually by right-clicking on the chart, and selecting "Trading>Alert".

If you want to code it for your indicator or expert advisor, you can follow these steps:

- You have to control the close condition on every tick inside the "OnTick()" function of your indicator or expert advisor.

- Then you can send any type of alert you want every time the condition is met. If it's an expert advisor, you can use "PositionClosePartial()" function inside "Trade.mqh" library to close the positions partially.

 
Mohammad Sh #:

You can set a price alert manually by right-clicking on the chart, and selecting "Trading>Alert".

If you want to code it for your indicator or expert advisor, you can follow these steps:

- You have to control the close condition on every tick inside the "OnTick()" function of your indicator or expert advisor.

- Then you can send any type of alert you want every time the condition is met. If it's an expert advisor, you can use "PositionClosePartial()" function inside "Trade.mqh" library to close the positions partially.

how to right click on mobile app? I am asking to make it mobile friendly means either we can set alerts from mobile app straight away or set partial TP as limit order