MetaTrader traders can automate multiple exit levels easily with TradingView To Anywhere, directly from TradingView alerts.
Method 1: Subdivide Your Position into Smaller Trades
Place separate orders, each with its own TP:
BUY EURUSD Q=0.01 TP=100
BUY EURUSD Q=0.01 TP=200
BUY EURUSD Q=0.01 TP=300
Each mini trade closes when its TP is reached.
Method 2: Partial Close Commands on Take Profit Hits
Program your strategy to alert at each TP level. In these alerts, we will add the partial close commands with the quantity we would like to close at each level.
For example;
-
First TP:
CLOSE EURUSD Q=0.01
-
Second TP:
CLOSE EURUSD Q=0.01
-
Final close:
CLOSE EURUSD
Use Quantity (Q) as a fixed lot or a percentage of your open position to match your risk parameters.
Start automating: Create your MetaTrader webhook at TradingViewTo.com and take control of your exits!