Hi
I have coded a bot that sends signals to telegram. I want to use it to automate my own trades on MT4. The issue I am having is I want a trailing stop loss
So after first target reach stop loss moves to break even and then close position if and when the something happens ie Macd changes color or super trend changes
So signal opens
Buy BTCUSD
id: BTCUSD60141
SL: 60024.568
TP:60352.876
Thats fine have that and can tell the copier to move the sl when tp hit but how do I then close the trade at the right time
My plan was just to have
idL BTCUSD60141 close all
will that work or is there a better way to do it
Thanks