Start free
Free tool · no account

What does your alert
actually say?

Paste the message body of your TradingView alert. You get back exactly what the bridge reads from it — the command, the symbol, the volume, the stop and the target — or the precise reason it would be refused. Nothing is sent to a broker, no order is placed, and no account is needed.

Your key is not needed here — this tool does not authenticate anything. In PineConnector syntax the key is the first field, before the command: you can replace it with anything.
Both our own syntax and PineConnector syntax are accepted.

What this tool checks

It runs the exact parser our production gateway runs, then stops: it never looks up an account, never touches a quota and never reaches a broker. So a green verdict here means the payload is well formed — it does not mean your account, your symbol mapping or your robot are ready. Those are checked when you send the alert for real.

Payload reference · Command syntax · Pine Script examples