RSI, MACD, EMA, Bollinger, ATR, VWAP, Stochastic, Supertrend, ADX — with an incremental O(1) API. Push one live LTP tick and the indicator updates without recomputing the whole series. Plus a tick→OHLC candle aggregator and candlestick pattern detection (doji, hammer, engulfing, harami…).
Install
$ npm install @lacspace/indicators
Quick example
@lacspace/indicatorsts
rsi.next(ltp)
Returns 70.46
Tips
Zero-dependency and isomorphic — safe to import on the server, in the browser, on the edge and in React Native. It tree-shakes, so you only ship what you import.
Looking for the complete API and more examples? The npm page and GitHub README carry the full reference — or grab the PDF.