Zerodha Streak is a cloud-based, no-code algorithmic trading platform that lets retail traders build, backtest, and deploy technical-analysis strategies without writing a single line of code. Since January 2024, it has been free for all Zerodha users, with a cap of five live and fifteen virtual deployments. It is the most accessible entry point into systematic trading in India.
I get asked about Streak almost weekly — usually by someone tired of staring at screens during market hours, wondering whether automation is the way out. The honest answer is more nuanced than a "yes, use Streak" or "no, stick to manual." Let us break it down properly.
The basicsWhat Streak Actually Is
At its simplest, Streak is a visual strategy builder. You pick technical indicators from a dropdown — RSI, MACD, Supertrend, Bollinger Bands, VWAP — and write a rule in plain English. "Buy when 14-period RSI crosses above 60 and the price is above the 50-day EMA. Exit at 1.5% stop-loss or 3% target." Streak does the coding for you.
Once your rule is ready, you backtest it on years of historical data to see how it would have performed. If the numbers look reasonable, you deploy the strategy. The platform then watches the market for you — and the moment your entry condition triggers, it sends a one-click notification with the order pre-filled.
That is the entire pitch. No Python, no APIs, no server hosting. Three buttons: Create, Backtest, Deploy.
But before we get into how well it does each of those things, we need to clear up what most people get wrong about "algo trading" in the first place. Because the gap between what beginners think a platform like Streak does and what it actually does is where most of the disappointment lives.
Set, forget, profit
Push a button. Walk away from the screen. Wake up to bigger account. The "algo" finds opportunities you cannot, trades faster than you can, and makes money while you sleep. No emotions, no mistakes, no boredom.
Disciplined execution of a known rule
A platform that runs a strategy you wrote, exactly the way you wrote it, on the stocks you picked, during the hours the market is open. It removes the emotional friction of "should I buy now?" — not the homework of deciding what to buy and why.
Streak is the second thing. Always was. If you came expecting the first, you will be disappointed; if you came expecting the second, it is genuinely useful.
How Streak Works — The Three-Step Flow
Every Streak strategy goes through exactly the same lifecycle, whether it is a five-second scan or a months-long swing setup. Understanding this flow is the difference between using the tool well and fighting it.
-
Step 1 · Create
You name the strategy, pick the instrument (any NSE equity, future, or option), select a candle interval, and add up to five entry conditions using the visual builder. Then you set the exit rules — stop-loss percentage, target profit percentage, or condition-based exit. Streak handles the syntax. You handle the logic.
-
Step 2 · Backtest
The platform runs your strategy against years of historical price data and shows you the results: total trades, win rate, average gain, average loss, maximum drawdown, and the equity curve. This is where most strategies die — and that is a good thing. Better to find out a rule does not work on paper than to discover it with real money.
-
Step 3 · Deploy
If the backtest looks decent, you deploy. Two options: virtual deployment (paper trading on live markets — no real orders) or live deployment (real money, with one-click order confirmation). Streak watches the market and pings you when your rule triggers. You click Buy or Sell. The order goes to Kite. Done.
The whole point of the three-step flow is that you never skip a step. The traders who lose money on Streak are almost always the ones who jump from "I have an idea" straight to "live deployment" without bothering to backtest. Streak will let you do that. It will not stop you. The discipline is on you.
The pricing realityThe 2024 Acquisition — Why Streak Is Free Now
Streak was originally a third-party startup founded by Harsha, Vipul, and Jaya. Zerodha invested in it years ago through Rainmatter — its fintech incubator — and eventually brought it fully in-house. In January 2024, Nithin Kamath announced that all Zerodha users would get unlimited access to Streak at no cost.
This was a major shift. The previous model had three paid tiers — Basic at ₹500 per month, Premium at ₹900 per month, and Ultimate at ₹1400 per month — each with different backtest and deployment quotas.
The old paid platform lives at pro.streak.tech and is being phased out for new users. The new free platform at streak.tech is what every new user will see.
The free version is genuinely free, not a teaser trial. But it has hard limits — set, Streak says, for "fair usage" across millions of accounts.
For context: the old Pro Ultimate plan gave you 100 live algos for ₹1400 per month. The new free tier gives you 5. That is a significant downgrade for power users, and the comments under Nithin's announcement post are full of unhappy ex-Pro subscribers asking when the limit will rise. As of mid-2026, Streak says it is "exploring" the option but has no committed timeline.
The strengthsWhat Streak Does Well
Strip away the marketing and the platform has four genuine strengths that most retail traders will benefit from, even if they only stick around for a month.
No-code is real, not a marketing term. If you can describe a strategy in a single English sentence, you can build it in Streak. There is no scripting language to learn, no syntax errors, no library imports. For a working professional who does not have time to learn Python on top of trading, that is the single most important feature.
The backtest engine is fast and free of arbitrary caps. Streak claims its backtest engine is the fastest in the world, and while I cannot verify that claim, it is genuinely fast. You can iterate on a strategy ten times in an hour, refining indicators and thresholds. Unlimited backtests on equities mean no rationing of curiosity — and that matters, because most strategy ideas need to die quickly so you can move on.
Pre-built scanners and discover-strategies catalogue. Over 250 ready-made technical scanners and 150+ pre-built strategies, filterable by timeframe and direction. Useful as a starting point — copy one, modify the parameters to match your view, save it as your own. A beginner does not need to invent strategy ideas from scratch on day one.
Tight Kite integration. The order ticket pre-fills price, quantity, and instrument. Click once, the order goes through. For working professionals who can only check phones during a 90-second break between meetings, this is the entire value proposition.
One quick note on indicator counts you will see online: 80+ indicators in the strategy builder is the commonly cited figure, while Streak's Scanner module supports a wider library (Zerodha's own help docs reference 100+ for the scanner). Both numbers are right — they cover slightly different surfaces of the same platform.
Free-tier capacity at a glance
Where Streak Falls Short
No platform is everything to everyone. Streak has four limitations worth knowing before you commit time to building strategies on it.
Semi-automated, not fully automated. When your condition triggers, you get a notification — you have to tap "Buy" or "Sell" to actually place the order. This is a deliberate product and compliance design within SEBI's retail algo framework, not a bug.
But it means you cannot truly walk away from the screen. If you are at the dentist when the alert fires, you miss the trade or fill late. Fully hands-off retail automation is possible in India — but only through the registered-algo route under SEBI's 2026 framework, with broker controls, algo tagging, and OPS limits in place. That is a different conversation from "no-code platform for working professionals," which is what Streak is.
Five live deployments is genuinely tight. A serious systematic trader often runs ten or fifteen strategies in parallel across uncorrelated instruments. Five forces you to either pick favourites or accept missed signals. For beginners this is fine; for anyone scaling up, it is the first wall you will hit.
Five entry conditions max, no nested logic. Want to express "(A AND B) OR (C AND D)"? Tough — the new platform handles AND via "Matches All" and OR via "Matches Any", but does not support arbitrary parenthesised combinations. Sophisticated traders find this restrictive within a week.
Dynamic options contracts — the ability to programmatically pick ATM/ITM/OTM strikes — were missing for months after the rebuild and only returned in late 2024. The platform still cannot deploy strategies on MCX commodities.
Performance depends on your internet. Streak is fully cloud-based with no offline mode. Patchy mobile data, a Wi-Fi drop during a fast move, or a notification stuck in iOS Focus mode — and you miss a fill. Web-only architecture is great for accessibility; it is unforgiving on connectivity.
This is the part most reviewers skip. They tell you how friendly the interface is, how many indicators it supports, how fast the backtest runs. None of that matters if the strategy you are running has no edge. A great execution platform with a losing strategy gives you exactly one thing: more losing trades, executed efficiently.
This is also why we built our own strategy library at VRD Nation. We are not in the business of selling you a platform; we are in the business of teaching you what to put into a platform. Whether you run those rules through Streak, a Python script, or a Google Sheet with manual orders is a downstream choice.
VRD Strategies is our library of rule-based setups — every one of them documented with entry, exit, position sizing, and the market regimes it works best in. Run them through Streak, or run them through anything. The platform is the easy part; the strategy is what takes years to figure out.
The SEBI Algo Trading Rules of 2026
You cannot review Streak in 2026 without addressing the elephant in the room — SEBI's new algorithmic trading framework, which became fully mandatory on April 1, 2026. It changes how every algo platform in India operates, including this one.
The framework's headline changes: every algo strategy must now carry an exchange-issued Algo-ID, brokers are legally responsible for every algo running on their platform, and orders are split into two categories — white box (transparent rule logic, like a moving-average crossover) and black box (proprietary undisclosed logic, where the provider must hold a SEBI Research Analyst licence).
There is also an Orders-Per-Second threshold of 10 per exchange per client. Below that, you are a regular API user; above it, mandatory algo registration kicks in.
What this means for Streak users in practice: not much, day-to-day. Streak strategies are white-box (you wrote them, you can see the rules), Zerodha is the principal broker handling the exchange compliance, and the platform's one-click confirmation keeps order rates well below 10 per second.
You do not need to register your strategy with the exchange yourself. Zerodha and Streak handle that layer.
What it has changed: the era of "open APIs that any third party can plug into" is over. If you ever wanted to point a Python bot at Streak via reverse-engineered endpoints, that path was already grey and is now closed. Stick to the supported tools. The compliance cost of doing anything else is far higher than the upside of squeezing one more strategy in.
The verdictWho Should (and Shouldn't) Use Streak
Streak fits well if you are a Zerodha user (or willing to become one), you understand technical analysis enough to write a strategy in plain language, and you have a day job that makes screen-staring impossible. It also helps if you are comfortable running a handful of strategies rather than a portfolio of fifty.
Most importantly: you should be using it to systematise rules you have already tested, not to discover rules from scratch.
Streak does not fit well if you want hands-off automation right out of the box (Streak's design requires you to confirm each order; truly hands-off retail trading is only possible through the registered-algo route, which is beyond what most retail users will set up), you trade primarily on MCX, or you need complex nested logic in your strategies.
It is also a poor fit for complete beginners with no strategy of their own who hope the platform's pre-built scanners will do the thinking. They will not. They are starting points, not signals.
If Streak is not your fit, the two most common alternatives Indian retail traders ask about are TradingView (excellent charting and alert engine, but no native order execution — you still place orders yourself in Kite or another broker terminal) and Python or broker APIs (full programmatic control, but you take on the learning curve, the server hosting, and — from April 2026 — the compliance overhead of registering an algo with the exchange). Streak sits in the middle: less powerful than Python, more useful than TradingView alerts, and the only one of the three that closes the loop with a one-click order ticket inside Kite.
The line I draw with my students is this: use Streak as a junior assistant, not as a senior analyst. It executes diligently and tirelessly. It does not have judgment. The judgment is still yours.
Frequently Asked Questions
Is Zerodha Streak free?
Yes. Since January 2024, Streak has been free for all Zerodha users via streak.tech. The old paid Pro plans (Basic, Premium, Ultimate that cost between ₹500 and ₹1,400 per month) have been phased out. The free version caps you at 5 live deployments and 15 virtual deployments at any one time, with unlimited backtests on equities.
Can Zerodha Streak fully automate my trades?
No. Streak is semi-automated by design. When your strategy condition is met, the platform sends you a one-click order notification, but you have to click Buy or Sell to confirm. This is a deliberate product and compliance design choice within SEBI's retail algo framework. Hands-off retail automation is possible only through the registered-algo route under SEBI's 2026 framework, with broker controls, algo tagging, and OPS limits in place — a different setup from what most retail users will use.
Do I need to know coding to use Zerodha Streak?
No coding is required at all. Streak uses a visual strategy builder where you select indicators from a dropdown and set conditions using plain-English comparators like Higher Than or Crosses Above. This is the platform's main appeal for retail traders without a programming background.
What technical indicators does Streak support?
Streak supports over 80 technical indicators in the strategy builder, including RSI, MACD, Supertrend, Bollinger Bands, VWAP, EMA, Stochastic, ADX, and ATR. The Scanner module supports an even wider library (100+ indicators per Zerodha's own docs). You can combine up to five conditions in a single strategy and apply them to equities, futures, and options on the NSE. MCX commodities are not yet supported.
Is Zerodha Streak good for beginners?
Streak is accessible to beginners because of the no-code interface, but a beginner without a tested trading strategy will lose money faster with automation, not slower. The platform is best used after you understand technical analysis, can write a strategy in plain language, and have validated its logic on paper. It is a great execution tool for someone with a strategy — and a dangerous one for someone without.
The Honest Take
Zerodha Streak is one of the better gifts that the Indian retail trading ecosystem has handed to working professionals in the last few years. Free, well-integrated, no-code, and serious enough to backtest decades of data. If you are a Zerodha user already, there is no good reason not to at least explore it.
But do not confuse a great tool with a great strategy. The platform is the easy part. The years it takes to build market judgment, learn what setups work in which regimes, and develop the discipline to follow your own rules — that is the part Streak cannot help with. Earn that first. Automate second.
Other tools that fit this curriculum
Earn the Right to Automate
Streak is a great execution platform — but only if you know what to execute. Both programs teach the full systematic-trading curriculum live with VRD Rao, with batch sizes capped so every student gets answered.
Elite Traders Program
6 MONTHSThe full foundation — technical analysis, strategy design, risk management, options basics — taught live, so you build strategies worth automating before you automate them.
- Live sessions with VRD Rao
- 200+ hours recorded content
- Batch size capped at 25
- Personal trade reviews
Ultimate Traders Program
12 MONTHSEverything in Elite, plus the full algo & advanced options masterclass — covers Streak, backtesting frameworks, and the systematic mindset behind any tool.
- Everything in Elite, plus:
- 150+ hrs live trading sessions
- Algo & advanced options masterclass
- Investing masterclass