openalgo
Installation
SKILL.md
OpenAlgo — Trading Skill for Indian Markets
OpenAlgo is a broker-agnostic, self-hosted trading platform. One Python
SDK (pip install openalgo) talks to 30+ Indian brokers behind a unified
REST + WebSocket interface. This skill covers the complete SDK surface
plus production-ready helpers and examples for the seven core workflows
traders ask for:
- Order execution — equity, F&O, options-by-offset, multi-leg, basket, split, smart
- Custom execution algos — limit-order chasing, auto-modify, time/price triggered cancel
- Scanners —
multiquotes+ history + filter pipelines - Visualization — heatmaps, OI charts, seasonality, gainers/losers, PCR dashboards
- Backtesting — vectorbt glue with realistic Indian fees, NIFTY benchmark
- Charting — candles (category x-axis, no weekend gaps), depth ladder, option-chain OI, IV smile
- Real-time streaming — LTP / Quote / Depth WebSocket, reconnect loop, callback routing