Trade Academy
New to algorithmic trading? This tool walks you through building your first automated alert step by step — no coding, no experience required. Configure your order, generate the message, and paste it straight into TradingView.
Use {{close}} to send the bar close, or a fixed value.
Use {{strategy.order.contracts}} for strategy size, or a fixed number.
Leave blank to skip.
Leave blank to skip.
- Have a TradingView Pro, Pro+, or Premium subscription — webhooks are not available on free plans.
- Open your strategy chart and click Create Alert on the strategy (not a price alert).
- Set the Condition to the strategy's entry signal.
- Paste the generated Webhook URL into the "Webhook URL" field.
- Paste the generated Alert Message JSON into the "Message" field.
- Save — every time the strategy fires, TradingView automatically sends the alert to the relay.
Tip: Use the actual contract symbol on your chart (e.g. MNQM5, not MNQ1!) so {{ticker}} resolves correctly.
Only fill this in if you want alerts to auto-execute trades on your live Tradovate account. API access requires a $25/month add-on from Tradovate. Prop firm accounts (Apex, TopStep, etc.) are not supported yet.
Credentials are embedded in the alert message and sent to our relay only when an alert fires. They are never stored by Algo Torma.
- Configure your order above — choose signal type, order type, SL/TP, and quantity.
- Click Generate to get your Webhook URL and Alert Message.
- In TradingView — Create Alert on your strategy → paste the URL into "Webhook URL" and the JSON into "Message". Save.
- For live auto-execution — expand "Connect to Tradovate" above and fill in your API credentials. Trades execute automatically on each alert.