AI Automation

TradingView AI Chart Copilot: Why the Free Plan Cannot Write Pine

2026-08-26·6 min read

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.

If what you're looking for is the full workflow for writing Pine with Claude, or what still stands between AI-generated Pine Script (TradingView's native scripting language) and code that can actually auto-place orders, those two are more useful. This post is only about the plan limits on the Copilot tool itself.
0.25× → 20×
Plan multipliers, Free to Ultimate
Rolling 7 days
Quota window — not calendar week
Disabled
Pine writing on the Free plan

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 properAI Chart Copilot extension
Product formatWebsite and appChrome extension
Pricing pagetradingview.com/pricingtvremix.xyz/pricing
Plan namesEssential / Plus / Premium / UltimateSame names — separate quota rules
Copilot-specific infoNot documentedYes — 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.

What the official docs actually spell out
What you can see: the multipliers, the rolling 7-day window, and that Insiders aren't bound by any multiplier. What you can't see: the actual number of requests the base amounts to. This is what the tvremix pricing page and FAQ pieced together look like today — if the base changes later, you'll only see it in your own Copilot dashboard, not from an announcement.

How the Five Plan Multipliers Break Down

PlanMultiplierPine writingNotes
Free0.25×DisabledA quarter of the base, Pine writing turned off
EssentialUnlockedPine writing unlocks from here — Essential is the base itself
PlusUnlockedTwice Essential
PremiumUnlockedFive times Essential
Ultimate20×UnlockedTwenty 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:

What the Free plan can and can't do
Can: read Pine you already have, explain syntax, look up official docs, analyze backtest reports. Can't: have the AI write or modify Pine — including "generate me one from scratch" and "change this moving average to an EMA". Pine writing unlocks from Essential (1×) up.

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 CopilotTVSBot
Generate Pine by chatting with AI (needs Essential+)
Fire alerts on TradingView charts
Turn webhooks into exchange orders
Non-custodial — uses your own API keysNot 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?
No. The official FAQ spells out that Pine writing on Free is Disabled — what you can do is read, explain, look up docs, and analyze backtests. To have the AI write or modify Pine, you need Essential (1×) or higher.
When does the weekly quota reset?
After the 7-day rolling window starting from your first request in that window expires — not at midnight Monday, not on the first of the month.
How many requests does the base actually amount to?
Not published. tvremix.xyz/pricing only lists the multipliers and notes that quotas "may flex slightly month to month" — the team reserves the right to adjust the base. To see the actual current number, check your Copilot dashboard.
Is AI Chart Copilot an official TradingView product?
Copilot is a side panel extension for Chromium-based browsers built by the tvremix team. TradingView's official 2026-04-02 blog post mentions the collaboration and says "we work toward bringing TradingView AI natively into the side panel across all browsers and the desktop app"; the tvremix FAQ matches, saying that after beta "the experience will be brought natively into the TradingView side panel across all browsers and the desktop app". Treat tvremix.xyz as the official line, though the implementation and pricing are currently maintained by tvremix.
Is Insiders subject to the multiplier too?
No. tvremix.xyz/pricing marks Insiders as "Insiders are unlimited" and lists it separately from the five plans. What Insiders actually is, or how you join, the pricing page doesn't explain — that one sentence is the entire public record.

Get started

Ready to ship what you just learned?

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