If you're building algo trading strategies on OpenAlgo and need to watch indicators update tick by tick, this streams live WebSocket data and computes technical indicators in real time. It handles LTP, full quotes, or market depth feeds, maintains rolling buffers (last 200 ticks), and calculates EMA, RSI, and other indicators on the fly. The setup is straightforward: pick a symbol, exchange, and feed type, and it generates a Python script that pre-fetches historical data to initialize buffers properly. Useful when you're testing indicator sensitivity or need to monitor multiple symbols with live calculations instead of waiting for candle closes.
npx skills add https://github.com/marketcalls/openalgo-indicator-skills --skill live-feed