We are excited to introduce a major upgrade to the TradeLocker integration β a fully flexible Stop Loss (SL) and Take Profit (TP) system. Now, traders can set SL and TP based on either absolute price levels or offset values (pips/ticks).
This update opens up new opportunities for automated trading strategies that rely on indicator alerts, enabling precise trade execution with pre-defined risk management.
Many traders use TradingView alerts or other signal-based strategies to automate trades. With the new SL/TP flexibility, you can now:
Many traders use TradingView alerts or other signal-based strategies to automate trades. With the new SL/TP flexibility, you can now:
This means any indicator that generates buy/sell alerts can now send trades with built-in SL/TP, making automated trading safer and more precise.
You can set Stop Loss (SL) and Take Profit (TP) in two ways:
TradeLocker automatically selects the correct mode:
β οΈ If both absolute and offset values are provided, absolute prices will take priority.
You can set SL/TP in multiple ways, from minimal settings to full configurations:
{
"platform_name": "tradelocker",
"ticker": "ETHUSD",
"order_contracts": 1.0,
"order_action": "buy",
"sl_price": 2860.0,
"tp_price": 3100.0
}
{
"platform_name": "tradelocker",
"ticker": "XAUUSD",
"order_contracts": 1.0,
"order_action": "sell",
"stop_loss": 50,
"take_profit": 120
}
{
"platform_name": "tradelocker",
"ticker": "USDJPY",
"order_contracts": 1.0,
"order_action": "buy",
"sl_price": 146.200,
"take_profit": 70
}
With these new SL/TP capabilities, any TradingView alert or automated signal can now execute trades with precise risk management.
π If you're using webhook automation, just update your JSON format to include SL/TP settings, and you're ready to go!
π Trade smarter, automate faster, and manage risk like a pro with TradeLocker!