Go to AlgoWay.trade and log in to your account.
https://dxtrade.fortraders.com.
Click Add Trial Webhook or Add Main Webhook to save. The webhook will then appear in the list on the Dashboard panel.
Go to TradingView and select the chart of the instrument you want to work with.
Enable the Webhook URL option. Copy the URL from your AlgoWay webhook (e.g., https://algoway.co/xxxxx-yyyyy-zzzzz) and paste it into the Webhook URL field.
In the Message section, enter the JSON message:
{
"platform_name": "dxtrade",
"ticker": "{{ticker}}",
"order_contracts": "{{strategy.order.contracts}}",
"order_action": "{{strategy.market_position}}"
}
Use TradingView parameters for automatic value substitution (e.g., {{ticker}} will insert the current instrument's ticker).
Click Create to save the alert.
Your webhook is now configured, and you can use it for automated trading through TradingView and DxTrade!