TradingView AI Chart Copilot: Why the Free Plan Cannot Write Pine
You ask TradingView's AI Chart Copilot to "rewrite this moving average into Pine for me", and it comes back with a message saying you need a higher plan. That's not because you burned through today's quota — it's a tier gate, and Free was set to Disabled from day one.
This post isn't about whether the Pine that Copilot generates is any good — we haven't tested that, and this post won't either. It's about one thing only: how far the plan multipliers and weekly-quota rules the official pricing page actually spells out are from what you assume "AI writes Pine" gives you on Free.
Get the Official Name Straight First: This Isn't a Feature on TradingView Proper
Copilot is an extension, not something you'll find listed on tradingview.com's pricing page. TradingView's official blog post announcing the public beta on 2026-04-02 calls it "TradingView AI Chart Copilot"; the full name in the Chrome Web Store is "TradingView Remix: AI Chart Copilot". Its pricing and plan details live at tvremix.xyz, not on tradingview.com.
Put differently: this tool's plan multipliers don't map onto whatever TradingView Premium you happen to pay for — it runs its own separate ladder of Free / Essential / Plus / Premium / Ultimate. The extension reads your TradingView account's plan tier and applies the corresponding multiplier on top.
| TradingView proper | AI Chart Copilot extension | |
|---|---|---|
| Product format | Website and app | Chrome extension |
| Pricing page | tradingview.com/pricing | tvremix.xyz/pricing |
| Plan names | Essential / Plus / Premium / Ultimate | Same names — separate quota rules |
| Copilot-specific info | Not documented | Yes — including weekly quotas and Pine-writing gates |
AI Chart Copilot's plan rules don't appear on TradingView proper's pricing page (verified August 2026, sources: tradingview.com/blog, tvremix.xyz/pricing).
The Quota Is Weekly — Not Daily, and Not Monthly
Copilot's unit of usage is weekly, and not on a calendar week — it's a rolling 7-day window that starts from your first request in that window. When you run out you wait for those 7 days to elapse. Not for Monday, not for the first of the month.
The pricing page spells out the multipliers explicitly: five plans, each defined as a multiple of Essential. Essential itself is the base (1×), and every other plan multiplies from there. But how many requests Essential's base actually amounts to isn't published anywhere. The original text only says quotas are "sized to keep aggregate usage inside our running monthly target, so they may flex slightly month to month" — the base is something the team explicitly reserves the right to adjust, not a constant.
How the Five Plan Multipliers Break Down
| Plan | Multiplier | Pine writing | Notes |
|---|---|---|---|
| Free | 0.25× | Disabled | A quarter of the base, Pine writing turned off |
| Essential | 1× | Unlocked | Pine writing unlocks from here — Essential is the base itself |
| Plus | 2× | Unlocked | Twice Essential |
| Premium | 5× | Unlocked | Five times Essential |
| Ultimate | 20× | Unlocked | Twenty times Essential |
Source: tvremix.xyz/pricing (verified August 2026). For actual monthly pricing, defer to whatever the official page shows at the time.
The multipliers are relative, not absolute counts. Essential being 1× just means it's the base itself; Ultimate being 20× Essential doesn't mean 20 × some published number — because the number the base amounts to isn't published.
What paying for a higher tier buys you is a bigger relative quota, not a promised absolute number of requests.
Insiders is a separate tier the tvremix pricing page lists, marked as not being subject to the multiplier. The original line on the pricing page is a single sentence — "Insiders are unlimited" — and nothing else explains what that tier is or how you join it. That's the extent of what's public.
Free's Pine Ceiling: You Can Read, You Can't Write
This is the point of the post. What Copilot switches off for Free users isn't "using AI" — it's using AI to write or modify Pine code.
The official FAQ puts it this way:
"You can still ask the AI to read existing Pine scripts, explain Pine syntax, look up docs, and analyze backtest reports — what's gated is asking it to write or modify Pine code."
Mapped onto the plan table:
So when you see a demo online where someone says a line to Copilot and it hands back Pine — that person isn't on Free. Run the same prompt from a Free account and Copilot will hand you an upgrade message, not code.
Think AI Writing Pine Means Automation Is Solved? There's Still a Gap
Even if you pay for Essential or above and unlock the Pine-writing permission, what you get from Copilot is still a block of code. You can paste it onto a TradingView chart, and the alert will fire when it triggers — but to get orders auto-sent to an exchange, you still need a webhook (the channel that automatically forwards a signal to another service), plus a downstream service that turns the webhook into an exchange order.
Copilot's role is a chat tool, not an auto-execution system. The gap from Pine to live auto-trading has several layers of gates left, and You Generated a Pine Script Strategy With AI — Here's What It Takes to Actually Trade It lays them out end to end.
| AI Chart Copilot | TVSBot | ||
|---|---|---|---|
| Generate Pine by chatting with AI (needs Essential+) | |||
| Fire alerts on TradingView charts | |||
| Turn webhooks into exchange orders | |||
| Non-custodial — uses your own API keys | Not applicable | ||
| Dry-run first, then live |
This table is about positioning, not which one is better. Copilot is a chart assistant, TVSBot is the execution end; the same strategy takes two different tools to move from idea to filled order.
The Honest Bit: We Haven't Tested the Quality of Copilot-Generated Pine
Everything above is a static gate — plan multipliers, Pine-writing permissions, all of it readable straight off the pricing page. Whether the Pine Copilot actually generates is any good, whether it can go live, whether it leaks future data — we haven't tested any of that, and this post isn't going to.
If you're already on Essential or above and have the write permission, that testing is on you. This post can't answer it for you. What we can stand behind is two things only: how the plan multipliers break down, and why Free can't write.
FAQ
Can I get Copilot to write Pine for me on the Free plan?
When does the weekly quota reset?
How many requests does the base actually amount to?
Is AI Chart Copilot an official TradingView product?
Is Insiders subject to the multiplier too?
Get started
Once AI has written the Pine for you — Copilot, Claude, or otherwise — TVSBot handles the webhook-to-exchange leg. Uses your own API keys, dry-run first, and connects to 7 exchanges.
Start free- You Generated a Pine Script Strategy With AI — Here's What It Takes to Actually Trade It
- Pine Script via Claude — Automated Trading Without Writing Code
- Claude Code + TradingView MCP: What's Missing Before Auto-Trading
- PineConnector Alternatives for Crypto: What Actually Works in 2026
- TradingView Webhook Complete Tutorial — From Zero to Auto-Trading (2026)