TradingView
TradingView Invite-Only Scripts: How Access Really Works
Invite-only scripts are granted to your TradingView username, not your email. Here is where they appear, how to set alerts on them, and what goes wrong most often.
WizeBuySell Desk7 min read
Most paid indicators on TradingView, including ours, are shared as invite-only scripts. There is no file to download and nothing to install. The author adds your TradingView username to an access list, and the script appears in your account.
It still produces the same support questions every week: wrong username, script not visible, alert not firing, chart not matching a friend's. This post covers how access works and how to fix each one.
What an invite-only script is
TradingView lets authors publish a script in three ways: open source, protected, or invite-only. An invite-only script has a public page with a description, but only users the author has approved can add it to a chart. The source code stays hidden from everyone except the author.
Scripts on TradingView are written in Pine Script. With an invite-only script you never see or handle the code. You get the output: plots, labels, levels and alert conditions on your chart.
Access is per username. It is not a licence key and it cannot be passed on. If you have two TradingView accounts, the script works only on the one that was granted access.
Why vendors use invite-only scripts
- Access control. The author can grant access for a trial, extend it when you buy a plan, and remove it when the plan ends. TradingView also lets the author set an expiry date.
- Code protection. A formula that took years to tune would be copied within a day if the source were open.
- Updates reach everyone. When the author publishes a new version, your chart picks it up. You do not reinstall anything.
The honest downside for you: you cannot audit the code, so you have to judge the script by its behaviour. That is why a live trial and a repaint check matter more here than with open-source indicators. Our WizeBuySell indicator for TradingView works this way, and the trial exists for exactly that reason.
What you need to send the vendor
Your exact TradingView username. Not your email address, not your display name, not your phone number. Authors can only grant access by username.
To find it, open TradingView, click your profile picture and open your profile. The username is shown there, and it is also the last part of your profile page address, after /u/. Copy and paste it rather than typing it. Capital letters, underscores and digits all matter, and "rahul_trader" and "rahultrader" are different accounts.
Where the script shows up
Once access is granted, open any chart and click Indicators. In the panel on the left of that dialog there is an Invite-only scripts section. The script is listed there. Click it once and it loads on the chart.
If it is not there yet, refresh the browser tab or restart the app. On mobile, open the Indicators menu from the chart and look for the same section.
How long access lasts
As long as the author keeps your username on the list. With most vendors that is tied to your plan: a trial runs for the trial period, a quarterly plan for the quarter, and so on. When access ends, the script stops loading on your chart and alerts created on it stop working.
With WizeBuySell, access follows your plan: two market days for the trial, then Quarterly, Yearly or Lifetime. The plans are on the pricing page.
Adding it to a chart and setting inputs
Load the symbol and timeframe you trade first, then add the script. Hover over the script's name at the top left of the chart and click the settings icon to see its inputs and style options. Leave the defaults alone until you have watched the script for a few sessions.
One caution: use normal candles. On Heikin Ashi, Renko and similar chart types, scripts calculate on synthetic prices, and signals will not match real traded prices.
Creating an alert on the script
- Click the Alert button, or press Alt+A on desktop.
- Under Condition, choose the script's name instead of the symbol.
- In the next dropdown pick the alert condition the author has provided, such as a buy or sell signal.
- Set the trigger to Once per bar close. This fires the alert only after the candle has closed, which is when a close-confirmed signal is final. "Once per bar" can fire on a signal that disappears before the close.
- Choose notifications: app push, popup, sound, email.
- Give it a clear name, such as "BankNifty 15m buy", and create it.
An alert is tied to the symbol, timeframe and input settings at the moment you created it. If you change the script's inputs later, delete the alert and make a new one.
Free-tier limits, in general terms
The script itself works on a free TradingView account. What the free tier restricts is everything around it: how many indicators you can put on one chart, how many alerts can be active at once, how long an alert stays alive, and how many charts fit in one layout.
We are not quoting numbers because TradingView changes them. Check TradingView's own plans page for current limits. In practice, a free account is fine for one or two symbols; alerts on a long watchlist will hit the limit quickly.
Delayed data on NSE and MCX symbols
This catches many Indian users. Depending on the exchange and your account, some NSE and MCX symbols on TradingView may be delayed unless you have real-time data for that exchange enabled. A delayed symbol carries a small marker next to its name on the chart; hover over it to read the status.
A script can only calculate on the data it receives. On a delayed feed, a correct signal still reaches you late, and the entry price may already be gone. Check the data status of every symbol before you trade on it. This matters most on intraday charts, where minutes count.
Common problems and fixes
| Problem | Likely cause | Fix |
|---|---|---|
| Script not visible under Invite-only scripts | Wrong username sent, or you are logged in to a different account | Confirm the exact username from your profile, send it again, then refresh |
| Script was visible, now gone | Access period has ended | Check your plan dates with the vendor |
| Alert not firing | Alert expired, was set to fire only once, or app notifications are off | Open the Alerts panel, check the status, recreate with Once per bar close |
| Alert fires but the signal vanishes | Trigger set to Once per bar, so it fired intrabar | Recreate the alert on bar close |
| Signals differ from a friend's chart | Different timeframe, symbol (spot vs futures), data status, inputs or chart type | Match all five, then compare the same candle |
| "Study error" or script will not load | Too many indicators on the chart for your tier, or a temporary TradingView fault | Remove other indicators, reload the chart |
The honest limits
An invite-only script does not place orders; you trade with your own broker. It cannot fix delayed data, and TradingView's alert limits apply whatever a vendor says. Hidden source means you verify by testing: screenshot signals live and compare the next day.
What to do next
This post is educational and is not investment advice; see our disclaimer for what the software is and is not.
To try it on your own account, fill in the 2-day free trial form with your exact TradingView username. No card is asked for. We add you to the invite-only script, you load it from the Indicators dialog, and you get two market days of live signals with entry, three targets and a stop-loss.