Indian Markets

Indian markets, traded on autopilot

Trading NSE stocks and options by hand is fast, noisy, and unforgiving. We build automated systems that trade them for you — on intraday momentum, options, and swing strategies.

The problem

The Indian markets reward speed and discipline — two things that are almost impossible to hold on to when you're trading manually across many symbols.

Signals move faster than you

Intraday setups flip in seconds. By the time you spot the signal, place the order, and confirm it, the move has already happened.

Too many things to watch

Multiple stocks, strikes, and expiries at once — no human can track every symbol and react correctly to all of them at the same time.

Emotion breaks discipline

Fear and greed override the plan — booking profits too early, holding losers too long, and skipping the stop-loss when it matters most.

How we solve it

We turn a strategy into Python code and connect it straight to your broker's API — live market data in, automatic orders out, tested on real history first. Today we're building three approaches:

Strategy 01

Intraday momentum strategy

Riding fast intraday trends using Supertrend and ATR signals — in when momentum turns, out before the day closes.

  • Streams live prices and computes Supertrend / ATR on every candle in real time.
  • Enters automatically on a signal flip and manages the trade with a hard stop-loss.
  • Squares off open positions before market close — no overnight risk.

Strategy 02

Options selling strategy

Selling options to collect premium as time decay works in your favour — with strict, automated risk controls.

  • Picks strikes by your rules and places the orders the moment conditions are met.
  • Watches positions live and adjusts or exits when the market moves against them.
  • Caps risk with predefined stop-losses, so a single bad move can't blow up the account.

Strategy 03

Swing strategy

Catching bigger moves that play out over days to weeks — fewer trades, higher-quality setups, held through the noise.

  • Scans for trend and momentum on higher timeframes to enter only strong setups.
  • Holds the position across sessions with a trailing stop that rides the move.
  • Trades less often but aims for larger gains, cutting the intraday churn.

Works with your broker

We're not tied to one platform. If your broker has an API, we can build the strategy on top of it — Zerodha, Angel One, Dhan, and many more. Same code, your account.

ZerodhaAngel OneDhanUpstoxFyers+ many more

Common questions

Is algorithmic trading legal in India?

Yes. Retail algo trading is permitted and runs inside a framework SEBI defined for it, covering broker APIs, algo registration, and order-rate limits. The rules keep evolving, so we build to whatever your broker and the exchanges currently require.

Which brokers can you work with?

Any broker that exposes a trading API — Zerodha, Angel One, Dhan, Upstox, and Fyers among them. The strategy logic stays the same; only the broker integration changes.

Do I need to know how to code?

No. You describe your rules — entries, exits, stop-losses, position sizing — and we write and run the Python that executes them.

Where do the trades actually happen?

In your own broker account, through your own API keys. We never take custody of your funds, and you can revoke access or stop the system at any time.

Do you test a strategy before it goes live?

Yes. Every strategy is backtested on historical data first so you can see how it would have behaved. Past results are not a promise of future performance — no strategy removes market risk.

Can you automate a strategy I already trade manually?

That's most of what we do. If your rules can be written down precisely, they can be coded, tested, and run without you watching the screen.

Want a bot built around your strategy?

Tell us your rules and your broker — we'll automate, test, and run it for you.

Start a Conversation