TradingView Position Drawings Now Support Automated Price Alerts
TradingView now lets you bolt an alert directly onto its long and short position drawings, according to the platform's release notes.
Kyle Donnelly, Algorithmic Trader & Market Technician·updated August 30, 2026

For anyone who scripts their workflow around that drawing tool, this is one of those small interface changes that quietly removes a layer of manual babysitting. Whether it actually shifts your edge is a separate question, and one the marketing copy conveniently skips.
The actual change
The position drawing has always packed your entry, stop, and target into a single object with position size and risk/reward calculated for you. Previously, the drawing was a static map of your levels — useful, but mute. You either stayed glued to the chart, or you duplicated each level as a horizontal line and built parallel alerts for each one. Manual, error-prone, and a clean recipe for missing a fill the moment you finally walked away from the screen.
Now the alert attaches to the drawing itself. One action covers all three levels. The platform notifies you when the entry fills, when the stop trips, or when the target prints. That is the entire feature.
Where this helps, and where it does nothing
Here is where I get skeptical. Alerts are not a strategy. They are plumbing. Anyone who has run a backtest across more than a few hundred trades knows the alerting layer is one of the least interesting parts of the stack — the edge lives in the trigger logic, the confluence filter, and the position sizing model, not in whether your phone buzzes when price touches a line.
That said, for systematic traders who already script entries off these drawings via Pine or webhook bridges, collapsing three horizontal lines into one object cuts duplicate alerts and reduces the chance of a stale level from an abandoned idea still firing in the background. Less noise. Fewer orphan alerts cluttering your queue. Cleaner log files. That is a real, if minor, operational improvement — the kind that pays off across thousands of trades, not a single AAPL long.
What it does not do: it does not fix a bad stop placement. It does not rescue a thin sample size. And it absolutely does not turn a discretionary chart scribble into a tested system. If your process is "draw a long and hope," the new alert is just a faster way to discover you had no process at all.
What I am watching
I want to see whether TradingView exposes these alerts as webhook events the same way it does for price alerts. If the position-drawing alert fires a JSON payload with entry, stop, and target all in one shot, that is genuinely useful for anyone running a bot, a paper-trading harness, or a downstream execution layer. If it only pings a push notification, it is a quality-of-life patch dressed up as a feature drop.
Either way: do not mistake a UI update for an alpha upgrade. Build the edge first, then let the platform babysit the levels.