TradingView Automation

Turn your TradingView alerts into real orders across one or many accounts — no coding.

TradingViewAlerts to ordersOptions ready
In short

You can turn your TradingView alerts into real orders on your broker accounts with AutoTrader Web. Create an alert in TradingView, point its webhook at your own private AutoTrader Web link, and when the alert fires your order is placed — a single order, an option, or a full option structure you choose. Send it to one account or a whole group, and add your own risk limits. You bring the strategy; the tool only places the orders you set up. You need a paid TradingView plan and an AutoTrader Web account.

Automate your TradingView alerts into real orders on your broker accounts. Turn any indicator, strategy or price alert into a live order — on one account or many — without writing any code. TradingView sends the signal; AutoTrader Web places the order you set up.

TradingView is part of our wider Alert Automation feature, which explains the full alert format, option structures and risk limits. This page covers the TradingView-specific setup.

What you can do

  • Turn a TradingView alert into a single order the moment it fires.
  • Trade options without typing the full symbol — just give the strike and expiry, or pick a ready-made structure such as a straddle or an iron condor that you configure.
  • Send one alert to one account or a whole group of accounts.
  • Add your own risk limits, like a maximum loss or an auto-exit time.

You bring the strategy and the signal. The tool only places the orders you set up, and you can stop it at any time.

How to set it up

  1. Get your private webhook link. In AutoTrader Web, open your Alert Automation settings and create a webhook token. You get a private link — you do not put your API key into TradingView.
  2. Create an alert in TradingView (press Alt + A), turn on Webhook URL, and paste your private link.
  3. Write your order in the alert Message box, one setting per line. For example, buy one lot at market:
account=MY_ACCOUNT
symbol=NIFTY
exchange=NFO
producttype=NORMAL
optiontype=CE
strike=ATM
expiry=weekly
tradetype=BUY
ordertype=MARKET
lots=1

The full alert format — every field, option settings, ready-made structures and risk limits — is in the Alert Automation guide.

Trading a stock or future? You can paste TradingView’s own symbol (like {{ticker}}, NIFTY1! or NIFTYU2026) instead of typing ours — see Using your TradingView symbol.

Coding in Pine? You can skip writing the alert text — our free, open-source Pine library builds it for you. Add import StocksDeveloper/StocksDeveloperAlerts/1 as atw to your script and call a function like atw.option(...). See the Alert Automation guide for every function, or get the library on TradingView.

Worked examples (with video)

Prefer to follow a complete example? These step-by-step guides build a TradingView strategy, backtest it, and automate it with AutoTrader Web — each with a full video walkthrough (Hindi):

Both use the plain-text alert format shown above.

Trade options and strategies

You can send a single option order, or ask for a full option structure (straddle, strangle, spreads, iron condor, iron fly) with one line. You choose the structure and set the values; AutoTrader Web builds and places each leg for you. See ready-made option structures.

Trade many accounts at once

Use group=YOUR_GROUP instead of account= to place the same order in every live account in a group. One TradingView subscription can drive many accounts this way. First create a group under Accounts → Group Accounts — see Group Accounts.

Already using the classic JSON setup?

The older setup, which uses a longer JSON message and a Pine Script library, still works and your existing alerts keep running. For new setups we recommend Alert Automation. If you need the old format, see the classic setup.

Before you automate

Please read the precautions first. In short: stop your alerts when you are not using them, test with the smallest size first, and avoid changing settings during live market hours (TradingView can repaint a signal). Automation has its own risks — make sure you understand your alerts before you rely on them.

Frequently asked questions

Does AutoTrader Web support TradingView?

Yes. You can connect your TradingView alerts to AutoTrader Web so they place real orders on your broker accounts. It works with alerts from indicators, strategies and price levels.

Can I place automated orders from a TradingView alert?

Yes. Point your TradingView alert's webhook at your private AutoTrader Web link, and put your order in a short text message. When the alert fires, the order is placed. You set up the rule and can stop it any time.

See the full setup →

Can I run one TradingView alert across many accounts?

Yes. Send the order to a group and it is placed in every live account in that group. You only need one TradingView subscription to trade many accounts this way.

Do I need a paid TradingView plan?

Yes. Automation uses TradingView's webhook feature, which is part of a paid plan. The free plan cannot send alerts to an outside service, so it cannot reach AutoTrader Web. Please check the TradingView website for the latest plan details.

Do you provide TradingView strategies or indicators?

No. AutoTrader Web is a tools-only platform. You bring your own strategy, indicator or alert, and the tool only places the orders you set up. We do not give trading strategies, tips or advice.

How much does TradingView automation cost?

TradingView automation is part of AutoTrader Web. See the pricing page for current plans and what is included.

See pricing →

Next steps

Was this page helpful?

Last updated 12 July 2026