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/
  • historical_test.py
  • dry_run_runtime.py
  • runtime_guard.py
  • strategy_config.yaml
  • broker_config.example.yaml
  • risk_config.yaml
  • .env.example
  • RISK_DISCLOSURE.md
HISTORICAL TESTING
User data / CSV
ASSUMPTION REVIEW
Costs and slippage
EXPORT 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 self-hosted Python package with historical testing files, dry-run defaults, and environment placeholders.

4

Prepare handoff

Use deployment guidance, broker setup checklists, and dry-run-first review before configuring your own runtime.

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 any self-hosted runtime.

  • No permanent broker-secret storage by default
  • Generated packages default to dry-run mode
  • Exported runtime starts with safety defaults
  • Broker setup and static IP checklist included
  • Historical test files and runtime placeholders stay separate
  • You own and host the exported Python code

Broker and deployment flow

Broker API docs
Capability review
Config placeholders
Static IP checklist
Self-hosted handoff

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 Pine Script ideas into structured Python historical testing and self-hosted export preparation.

CONVERTER PREVIEW

Self-hosted deployment handoff

Guidance for reviewing your generated package, local environment placeholders, VPS/static IP needs, and dry-run-first setup.

DEPLOYMENT PREVIEW

Start with your rules.
Leave with a self-hosted strategy package.