Services

Everything between an idea and a live order

Run the platform yourself, have us write the scripts, or hand over the whole build. Pick the one that matches where you are.

01 · The platform

AlphaPyne, on your own server

A complete algo trading system you install once and control entirely. Indicators, live screening, simulation and order execution — all running on hardware you own, with broker keys that never leave it.

  • One Docker command on any VPS or your own machine
  • Live screener across NSE, BSE, MCX and NFO
  • Free plan to start — no card, no per-symbol fees
your-vps · docker HEALTHY engine screener worker · celery storage · ohlcv ticks → candles → signals every subscribed symbol schedules, backtests, alerts history you can query upupupup

02 · AlphaPyne scripting

We write the indicator, you keep the code

Every AlphaPyne indicator is plain Python. Send us the logic and we write it against the SDK, test it in the simulator, and install it on your instance — with the source handed over, commented, and yours to change.

  • Indicators and strategies against the AlphaPyne SDK
  • Plots, alerts and order routing from one script
  • An indicator you already trade, brought across
  • Tested in the simulator before it goes live
volume_spike.py 123 4567 from alphapyne.quant import ta class VolumeSpike(Indicator): length = input.int(20) avg = ta.sma(volume, length) alert('Volume spike') YOUR INSTANCE volume_spike trend_filter installed · source included Tested in the simulator before a single real order

03 · Pine Script

Custom indicators and strategies

Four years and 500+ scripts of it. Send the rules in plain words and get back a clean v6 indicator or strategy — one that does what you described on every timeframe, and does not repaint.

  • Indicators

    Momentum, trend, volatility, volume profile

  • Strategies

    Entries, exits, sizing and backtest properties

  • Alerts & webhooks

    Fired on bar close, routed to your own endpoint

  • Upgrades & fixes

    v4 and v5 scripts brought to v6, repaint bugs fixed

NIFTY 50 15m YOUR INDICATOR LONG alertcondition · once per bar close routed to your webhook, your broker, or your phone NO REPAINT

04 · Platform features

Need something the platform can't do yet?

We don't build one-off trading systems. If your use case needs a capability AlphaPyne is missing — another broker, a data source, a different backtest mode — we build it into the platform itself.

It then ships to your instance and to everyone else's, and we maintain it from there. You get the feature without owning a codebase that rots the moment you stop paying someone to babysit it.

  • Platform features go to everyone

    Brokers, feeds, screeners, backtest modes — built once, shipped to every instance, maintained by us.

  • Your strategy stays yours

    A custom script is written for you alone and installed on your instance. Your edge is not shipped to anybody.

? "Can it read the MCX options chain?" one trader's use case alphapyne · v0.4.0 options chain support, in the core platform SHIPPED your instance another trader everyone else updated on pull updated on pull updated on pull Custom scripts are the exception — those stay on your instance only.

05 · The course

Pine Script Mastery

The whole language, taught in Hinglish, from your first indicator to strategies that trade on their own. Live classes plus recordings, and the same code we ship to clients.

  • Unlimited live classes, with the recordings kept
  • 50+ hours of on-demand video
  • Practical projects, not toy examples
  • Community support while you build
Pine Script Mastery 8 modules · 50+ hours · 1095 days access IN PROGRESS The language, from the first line Series, history and the repaint trap Custom indicators you actually use 6h 20m 7h 05m 9h 40m Strategies, orders and backtest properties 8h 15m Alerts, webhooks and full automation 6h 50m

How a project runs

No surprises, either way

Same four steps whether it is one indicator or a whole system.

01 02 03 04 You send the rules We quote, you approve We build and test Handover In plain words. A rough note is enough. Fixed price and a date before work starts. Run against live data, and shown to you. Source, comments and a walkthrough. It's yours.

Pricing

What it costs

The platform has a free tier. Everything we build for you is quoted up front.

  • Platform

    AlphaPyne

    ₹0 free plan

    Charts, the script editor and the indicator library, on your own server.

    • No card required
    • Paid tiers add live screening and execution
  • Course

    Best value

    Pine Script Mastery

    ₹9,999 / 1095 days

    Live classes, recordings and projects — the whole language.

    • Unlimited live classes
    • 50+ hours on demand
    • Community support
  • Scripts

    Custom projects

    from ₹4,999

    One indicator or strategy, in Pine Script or as an AlphaPyne script.

    • Fixed price before work starts
    • Consultation included
    • Source code is yours
  • Platform

    Feature requests

    Talk to us

    A capability AlphaPyne is missing, built into the core platform.

    • Ships to every instance, including yours
    • Maintained by us, not by you
    • Your own strategy stays private

Prices in INR. We are a technology and education company, not investment advisors — we build tools, we do not manage money or sell signals.

Before you ask

Common questions

Anything not covered here, just ask — we answer before you pay anything.

Talk to us
Do I own the code you write?

Yes. Source, comments and a walkthrough are handed over at the end. You can change it, extend it or take it to someone else — there is no licence key and nothing phones home.

Can you write indicators for AlphaPyne, not just Pine Script?

That is a service of its own. AlphaPyne scripts are plain Python against the SDK — we write the indicator, test it in the simulator and install it on your instance, including bringing across something you already trade elsewhere.

Do you ever see my broker credentials?

No. AlphaPyne runs on your own server and your keys are encrypted there. If a build needs testing against a live account, we work against your instance with your supervision, or against the simulator.

Will you build me my own trading system?

Not as a separate codebase, no. If you need a capability the platform lacks, we build it into AlphaPyne and it ships to every instance — yours included — and we maintain it from there. What stays exclusively yours is the strategy: a custom script is written for you and installed on your instance only.

How long does a project take?

A single indicator is usually days rather than weeks. A platform feature depends on what it touches and lands in a release. Either way you get a date and a fixed price before the work starts.

Will you tell me what to trade?

No. We are a technology and education company, not SEBI-registered investment advisors. We build the tools and teach the code; the strategy and the risk stay yours.

What do you need from me to start?

The rules in plain words. Entry, exit, timeframe and what should happen when a signal fires. A screenshot with arrows on it is a perfectly good brief.