Fill in your alert details below. We'll generate the exact URL and JSON body you paste into TradingView's alert form. 30 seconds, no docs needed.
Will use TradingView's {{close}} variable
https://tradejournalpro.net/api/signals/webhook
In TradingView, open your alert โ toggle Notifications โ Webhook URL โ paste above. You must be on TradingView Pro or higher (their plan, not ours).
{
"pair": "XAUUSD",
"direction": "BUY",
"entry_price": "{{close}}",
"stop_loss": null,
"take_profit_1": null,
"take_profit_2": null,
"take_profit_3": null,
"lot_size": 0.01,
"source": "tradingview"
}TradingView replaces {{close}} with the live price when the alert fires. Our parser handles the rest.
Authentication
Your TradingView account must be linked to your TradeJournal Pro account first. Sign in โ Signal Copier โ Channels โ add a TradingView channel. After that, signals arrive at the URL above with the correct user attached.