TradingView Indicators: Free vs Invite-Only

An invite-only TradingView indicator is a script that its author publishes privately, so it does not appear in the public script library and cannot be added by anyone who finds it. Access is granted per user: you give the author your TradingView username, the author authorises that account, and the script then appears in your Indicators menu under an "Invite-only scripts" tab.
That is the short answer. The longer answer is worth twenty minutes of your time, because the three categories of TradingView indicator behave differently in ways that affect what you pay, what you can verify, and what happens when something stops working.
What are the three types of TradingView indicators?
Everything you can add to a TradingView chart falls into one of three buckets.
Built-in studies
These ship with the platform. Moving averages, RSI, MACD, Bollinger Bands, VWAP, volume profiles and several hundred others are maintained by TradingView itself. They are available on every plan, including the free Basic account, and their calculations are documented publicly.
Built-ins are the baseline. If a paid tool cannot explain what it adds beyond a built-in, that is a question worth asking out loud.
Community scripts
Anyone can write an indicator in Pine Script, TradingView's own charting language, and publish it to the public library. Community scripts come in two flavours:
Open-source — the Pine code is visible. You can read exactly how every line is calculated, copy it, and modify it. Most free community scripts are open-source.
Protected — the script is free to add to your chart, but the source is hidden. You can use it; you cannot inspect it.
The public library is enormous and genuinely good. It is also unmoderated in the sense that quality varies from excellent to abandoned, and there is rarely anyone to contact when a script breaks.
Invite-only scripts
Invite-only is a publication setting, not a product category. The author publishes the script privately and controls the access list. The source code is hidden, the script does not surface in public search, and only accounts the author has authorised can load it.
This is the mechanism almost every paid TradingView indicator uses, because it is the only native way to tie ongoing access to an ongoing subscription. Note the practical consequence: an invite-only script is not automatically better than a free one. It is simply access-controlled.
How do the three types compare?
Built-in studies | Community scripts | Invite-only scripts | |
|---|---|---|---|
Who writes it | TradingView | Any Pine Script author | Any Pine Script author with a qualifying plan |
Source code | Documented calculations | Visible (open-source) or hidden (protected) | Hidden |
How you find it | Indicators menu, always present | Public script library search | Not searchable — access is granted to you |
Cost | Included in every plan | Usually free | Usually a paid subscription |
How you get access | Already there | Add to chart in one click | Share your TradingView username with the author |
Support and documentation | TradingView help centre | Author's comments section, if they still reply | Vendor's own docs and support channel |
What happens if it's abandoned | Maintained indefinitely | Stays on the chart, unmaintained | Access can be revoked; updates depend on the vendor |
Can you verify the logic yourself | Yes | Only if open-source | No — you verify behaviour, not code |
That last row is the real dividing line. With an invite-only tool you are not buying code you can audit. You are buying an ongoing relationship with a vendor, and you should evaluate it the way you would evaluate any other subscription vendor.
How does access to an invite-only indicator get granted?
The flow is the same everywhere, and it is genuinely simple:
You subscribe with the vendor.
You send your TradingView username — not your email, not your display name. It is case-sensitive and it is the handle shown on your TradingView profile URL.
The author adds that username to the script's access list.
You open a chart, press
/or click Indicators, and find the new "Invite-only scripts" tab.You click the script to add it to the chart.
Two things trip people up. First, the "Invite-only scripts" tab only exists once at least one author has granted you access — if the tab is missing entirely, the invite has not landed, and the usual cause is a mistyped or case-mismatched username. Second, access is attached to the account, not the device, so once it is granted the script is available anywhere you log in.
SulamX Pro is distributed this way, like most professional-tier tools on the platform.
Do you need a paid TradingView plan to use an invite-only indicator?
No. A free Basic account can receive an invite and load an invite-only script. The paid-plan requirement applies to the author publishing the script, not to the person receiving access.
Any vendor telling you that you must upgrade to Premium in order to use their indicator is either mistaken or selling you something else. There are legitimate reasons you might want a higher plan — more indicators per chart, more active alerts, longer alert lifetimes, second-based intervals — but that is a decision about your workflow, not a precondition of access.
Why do authors publish invite-only instead of open-source?
Three honest reasons, in descending order of frequency:
Commercial. Hidden source plus a controlled access list is the only way to charge a recurring fee on TradingView natively.
Protecting genuine work. An author who spent months on a method does not want it copied and republished within a week.
Avoiding scrutiny. TradingView's own support documentation is blunt about this: some scripts are published privately because they would not pass the public library's rules.
You cannot tell which of the three you are dealing with from the outside. That is precisely why the checklist below matters more than the marketing page.
How do you evaluate a paid indicator before you subscribe?
Work through this before you enter a card number. Any vendor worth paying will answer all ten without hedging.
1. Is the price stated plainly, on the site, before checkout?
Full price, billing interval, currency, and what happens after any introductory period. If you have to start a checkout to discover the recurring price, stop.
2. Can you cancel yourself, and what happens to access when you do?
Look for a self-service cancellation path rather than "email us to cancel." Confirm whether access ends immediately or at the end of the paid period, and check who the merchant of record is — that determines whose refund policy actually applies.
3. Can you read the documentation before you pay?
A public, detailed guide is the single most reliable quality signal available to you. It shows the vendor has thought the tool through, and it lets you judge whether the concepts match how you already trade. A tool with a two-paragraph description and a sales video is asking for trust it has not earned.
4. Does the vendor say clearly what the tool does not do?
Indicators are analysis layers. They do not execute orders, and TradingView itself states that it does not process trades and acts as an interface only. A vendor who is vague about this boundary is being vague on purpose.
5. Does it repaint — and can they answer the question precisely?
"Repainting" means a script's historical appearance differs from what it showed in real time, usually because it recalculates on bar close, references higher-timeframe data, or updates mid-bar. Repainting is not automatically disqualifying — a mark that is provisional and later confirms can be perfectly legitimate. What matters is whether the vendor tells you exactly which marks are provisional, which are final, and when the transition happens. A flat "it never repaints" with no explanation of the confirmation model is a weaker answer than a detailed description of how confirmation works.
6. Does it fit your market and your timeframe?
A tool built and tested around index futures may behave very differently on low-liquidity crypto or daily equity charts. Ask which instruments and intervals it is designed for, and ignore the answer "all of them."
7. Does it fit your data feed?
CME futures data on TradingView is delayed by roughly ten minutes unless you add a real-time data subscription or connect a broker that provides the entitlement. A delayed chart produces delayed marks and delayed alerts. Sort this out before you blame the indicator.
8. How do alerts behave — and do they fit your plan?
Indicator alerts consume your account's technical-alert quota, and that quota plus the alert expiry window varies by plan. Two details cost people real money: alerts can expire silently, and editing an indicator's settings does not update an alert you already created — you must delete and recreate it.
9. Who answers when something breaks, and how fast?
Find the support channel before you subscribe. Check whether the vendor publishes a changelog. An indicator that has not been updated across two Pine Script versions is a liability.
10. Are there profit claims, win rates, or "guaranteed" language anywhere?
This is the clearest red flag on the list. Screenshotted account balances, cherry-picked backtests, and guaranteed-return language tell you what kind of business you are dealing with. No indicator can promise outcomes, and any vendor implying otherwise is telling you their marketing is more sophisticated than their product.
For reference on how these answers should look in practice: SulamX Pro is $98 for the first month and $348/month thereafter, billed monthly through Paddle as merchant of record, cancellable at any time, with the full documentation readable before you subscribe. Whether that is worth it to you is a judgement you should make against the ten points above, not against a marketing page.
Common questions
Do I need a paid TradingView plan to use an invite-only indicator?
No. A free Basic account can receive invite-only access and load the script. The paid-plan requirement applies to the author publishing it. You may still want a higher tier for more alerts or more indicators per chart, but that is a workflow choice, not an access requirement.
Why can't I see the indicator after I was granted access?
Check the Indicators menu for an "Invite-only scripts" tab. If the tab is missing, no author has granted your account access yet — usually because the username sent was mistyped, case-mismatched, or was actually an email address. Send the exact username from your TradingView profile URL and refresh the chart.
How long does it take to get invite-only access after subscribing?
It depends entirely on the vendor, since a human or an automated system has to add your username to the script's access list. Reputable vendors state a turnaround time publicly. If a vendor gives no timeframe at all and no support channel, treat that as information about how the rest of the relationship will go.
Can an invite-only indicator place trades for me?
No. A TradingView indicator is a visual and analytical layer drawn on a chart. It cannot submit orders, manage positions, or move money. Some traders route alerts to external systems themselves, but that is separate infrastructure they build and are responsible for — it is not something the indicator does.
Do invite-only indicators work on the TradingView mobile app?
Yes. Access is tied to your account rather than a device, so a script you have been granted appears in the mobile app's indicator list once it is on your chart layout. In practice, initial setup, input configuration and alert creation are far easier on desktop, then reviewed on mobile.
How do I know whether an indicator repaints?
Ask the vendor directly which marks are provisional and which are final, then verify on your own chart by watching a live session and comparing it to the same bars afterwards. Hidden source code means you verify behaviour, not code. A vendor who documents the confirmation model precisely is more trustworthy than one who simply claims "no repaint."
The short version
Built-in studies are free, documented and maintained forever. Community scripts are free, plentiful, and unsupported. Invite-only scripts are access-controlled, usually paid, and always unverifiable at the code level — which means the vendor's transparency, documentation, cancellation terms and support are not extras. They are the product.
Judge the vendor with the same rigour you would judge a setup. If the answers are vague, the tool is not the thing you would be buying.

