V1 / INDIA MARKETS / SELF-HOSTED

Turn your trading rules into
exportable Python strategy packages.

A guided strategy engineering platform for self-directed Indian market traders. Define rules, import Pine Script, generate Python packages, and deploy with broker checklists and risk gates.

F&OMulti-leg optionsMCX
PHASE 1
Define Entry
PHASE 2
Risk Management
PHASE 3
Exit Logic
risk_config.yaml
max_drawdown_pct: 2.5
daily_loss_limit_inr: 5000
position_sizing:
  type: atr_based
  atr_period: 14
  risk_per_trade_pct: 1.0
instruments:
  - NIFTY
  - BANKNIFTY
PACKAGE STRUCTURE
  • strategy_pkg/
  • main_backtest.py
  • main_fronttest.py
  • main_live.py
  • strategy_config.yaml
  • broker_config.example.yaml
  • risk_config.yaml
  • .env.example
  • RISK_DISCLOSURE.md
BACKTEST ENGINE
Vectorized Pandas
PAPER/FRONT-TEST
Delayed Tick Sim
LIVE GUARD
Dry-Run Default
BROKER CHECKLIST
Pre-flight validation
STATIC IP CHECK
Required for API

How it works

1

Define or import rules

Use our visual builder or import existing Pine Script logic to define your entry and exit conditions.

2

Convert to Schema

Rules are standardized into our StrategySchema, ensuring robust type-checking and risk boundary definition.

3

Generate Package

Download a complete, self-contained Python package tailored for your broker, with separate backtest and live scripts.

4

Deploy Safely

Self-host on your own infrastructure following our rigorous broker checklists and static IP requirements.

Market coverage

Engineered for the nuances of Indian exchanges.

NSE/BSE

Equity Cash

instrument_type: "EQ"
exchange: "NSE"
order_type: "MIS"
NFO

Futures

instrument_type: "FUT"
underlying: "NIFTY"
expiry: "current"
NFO

Options

instrument_type: "OPT"
option_type: "CE"
strike: "ATM+100"
NFO ADVANCED

Multi-leg options

strategy: "short_straddle"
legs:
- leg1: CE, sell
- leg2: PE, sell
MCX

MCX Futures

instrument_type: "FUT"
exchange: "MCX"
underlying: "CRUDEOIL"
INTEGRATION

Pine Script

// convert to python
@version=5
strategy("My Algo")

Built for self-directed strategy engineering, not blind automation.

We provide the tools to build and package. You maintain control, oversight, and responsibility for execution.

  • No broker secrets stored on our servers
  • Generated packages default to dry-run mode
  • Live mode fails closed without explicit acknowledgements
  • Broker approval and static IP checklist included
  • Backtest, front-test, and live scripts stay strictly separate
  • You own and host the exported Python code

Broker and deployment flow

Broker API docs
Capability check
Generated adapter
Static IP checklist
Private deployment

Strategy Builder Wizard

A visual interface to piece together indicators, entry/exit logic, and risk parameters without writing boilerplate Python.

UI PREVIEW

Pine Script to Python Package

Translate your TradingView Pine Script ideas into structured Python backtesting and live-execution environments.

CONVERTER PREVIEW

Managed Private VPS Deployment

Guides and scripts to securely deploy your strategy package to your own AWS/DigitalOcean VPS with static IPs.

DEPLOYMENT PREVIEW

Start with your rules.
Leave with a deployable strategy package.