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.
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- 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
How it works
Define or import rules
Use our visual builder or import existing Pine Script logic to define your entry and exit conditions.
Convert to Schema
Rules are standardized into our StrategySchema, ensuring robust type-checking and risk boundary definition.
Generate Package
Download a complete, self-contained Python package tailored for your broker, with separate backtest and live scripts.
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.
Equity Cash
Futures
Options
Multi-leg options
MCX Futures
Pine Script
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
Strategy Builder Wizard
A visual interface to piece together indicators, entry/exit logic, and risk parameters without writing boilerplate Python.
Pine Script to Python Package
Translate your TradingView Pine Script ideas into structured Python backtesting and live-execution environments.
Managed Private VPS Deployment
Guides and scripts to securely deploy your strategy package to your own AWS/DigitalOcean VPS with static IPs.