Set it once. Then put your phone away.
Vektor waits most days, so you shouldn't be watching it. One TradingView alert per market delivers every entry and exit the moment it happens.
One alert per market. Ninety seconds.
How
- 1With Vektor on the chart, right-click the chart (or hit the alarm-clock icon) and add an alert.
- 2Set the condition to the Vektor strategy and choose Order fills only — one alert then covers every entry and exit.
- 3
Set the message to the string below — copy it exactly, it is what makes each notification carry the trade's own details — then pick your channels: push, email, or webhook.
{{strategy.order.alert_message}}
Why fills can't lie
Orders process on bar close.
A fill alert only fires when a bar has actually closed and an order has actually filled — the same moment the trade appears in the Strategy Tester. Nothing fires mid-bar, so an alert can never describe a signal that later moves or vanishes. Live alerts, bar replay, and the tester all agree.
Alerts need a paid TradingView plan. Everything else doesn't.
What exactly requires the paid plan? #
Is it worth it? #
My alerts stopped firing. #
Machine-readable, if you want it.
What does the webhook payload look like? #
With the alert message set to the string below, every fill delivers a small JSON object — event type, side, ticker, price, and the initial stop on entries — to any webhook URL you give TradingView. That's enough to drive journaling, notifications, or your own execution tooling.
{{strategy.order.alert_message}}Does Vektor trade for me? #
A real person reads every message.
The assistant in the corner answers most questions on the spot, and it knows these pages. For anything account-specific, email the desk at desk@vektoralgo.com — no ticket queue, no bots.