Automations require the Trader plan or above. See plans.
1. Create it
Open Automations in the sidebar and click New automation. You get two options: Start from scratch, or Use a template. Pick start from scratch — there are 45 templates and they’re worth browsing later, but building one yourself is how the pieces make sense. Either way you land on the same canvas.The canvas builder. Drag from a node's handle to connect it to the next one.
2. Set the asset
Click the asset node and searchNVDA. Tradion shows the live price as you type so you can confirm you’ve got the right instrument.
3. Add the first signal — RSI
Click the condition node and configure:4. Add the second signal — volume
Click + Add condition. A logic node appears automatically between your signals.2 means twice the average, 1.5 means half again as busy as usual. Tradion works out “normal” from the 20 bars before the current one, so today’s own trading doesn’t get counted into the average it’s being measured against.
Volume has no operator dropdown — the check is always above. You’re asking “is it busier than
N times normal right now?”Picking the number
Start at2 and adjust. Below about 1.5 you’ll catch ordinary busy mornings; above 3 you’ll only see genuine events, and on a quiet symbol you may see nothing for months.
Set the logic node to AND — you want both true at once, not either.
5. Choose where the alert goes
Click the action node and turn on a channel. For this one, pick Discord: paste a webhook URL from your server (Server Settings → Integrations → Webhooks). Email, Telegram, in-app, and your own webhook endpoint all work too, and you can turn on several at once — setup for each is in notification channels. Then write the message. Template variables use single braces:6. Sanity-check the threshold
Tradion has no built-in frequency estimator, so do this by eye before you switch the automation on. Ask AI Quant Research how many times in the past year NVDA’s daily RSI crossed below 30, then decide whether that many messages is something you would still read in month three.A handful of alerts a month gets acted on. Forty a day gets muted, and a muted alert is worth nothing.
7. Activate
Toggle Active. Tradion picks the automation up within 60 seconds and re-checks it every 60 seconds after that. Some automations get checked faster. If every signal on the canvas is a price or volume check on a US stock, Tradion also watches the live trade feed between 9:30 AM and 4:00 PM ET and reacts within about a second of the trade that makes your condition true. Our NVDA example has an RSI signal on it, so it runs on the 60-second cycle.Automations run around the clock, not only during market hours. Outside regular trading the last available values are what get checked, so a condition that was true at the close can stay true overnight. A cooldown is what stops that turning into a stream of alerts.
In plain English
The 60-second cycle is a heartbeat. Once a minute Tradion asks: are all the conditions on this automation true right now? If they are, and no cooldown is running, it fires. If a condition went true and false again between two checks, nobody sees it — which is why conditions built around levels that hold for minutes work better than ones that hold for seconds.Adding an AI agent (optional)
Drop an Agent node between the logic and action nodes and the message arrives as a short research brief — news, filings, insider activity — instead of a bare price alert. Agent nodes spend from a monthly allowance, 50 runs on Trader and 500 on Quant, so keep them off high-frequency triggers. Details: the AI Agent node.The two mistakes people make here
It fires constantly
It fires constantly
You picked Goes Above (continuous) or Goes Below (continuous) where you wanted the Crosses version. Fix the operator first, then add a cooldown. See operators.
It never fires
It never fires
Usually the volume number is too high, or RSI never actually reached 30 — check a chart rather than assuming. Runs and history has the full check-in-order list.
Next
All 9 signal types
Including options flow, insider filings, and corporate actions.
Runs & history
Debug what fired, when, and why.
