Integrate a new Indian broker into OpenAlgo, or modify an existing broker plugin. Use when wiring up a broker's auth/login, orders, quotes, depth, history, funds, margin, symbol master, or WebSocket streaming; when a broker does not appear in the login dropdown or fails to load; or when debugging broker-specific…
Build a custom indicator for the OpenAlgo /trading charting terminal (openalgo-charts). Use when asked to create, port, or debug a chart indicator, overlay, oscillator, band, or on-chart signal, including porting a study written for another charting platform. Writes a plain-JS descriptor into strategies/indicators/…
Audit a change for resource leaks in OpenAlgo — file descriptors AND unbounded memory growth. Run after building a feature or fixing anything that touches databases, WebSockets or streaming, threads or executors, subprocesses, files, sockets, caches, or module-level registries. Also use when the user reports "too many…
Claude Code instructions for marketcalls/openalgo, covering claude.md, documentation map, skills, security and deployment model and runtime constraints.
Autonomous Kalshi BTC prediction market trader. Exposes a Markov chain momentum signal engine as MCP tools Claude Code can call directly — analyze markets, size positions with Kelly criterion, and place real Kalshi orders.
MCP server "pineforge-backtest-mcp" as configured in pineforge-4pass/pineforge-backtest-mcp. Runs in Docker (ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.27).
Use after installing tradeblazerskills to collect user preferences for TBQ3/TB language work, including task focus, strategy type, document output location, and review expectations.
Use when working with TBQ3 or TB language code, including strategy generation, syntax questions, trading functions, Bar strategies, event-driven trading, Plot drawing, examples, or TB-specific code review.
Stateless OHLC primitives service — candlestick bars in, technical indicators + Smart-Money-Concepts objects out. Single POST / takes a bars array + an indicators selection map and returns computed primitives; GET /metadata is the output-path catalog; GET /health. 67 primitives across trend (SMA/EMA + 15 more MAs…