hyper-ta
Technical analysis indicators for trading -- RSI, MACD, Bollinger Bands, EMA, and multi-timeframe analysis.
Install
[]
= "0.1.0"
Features
- Pure-math indicator calculations (no I/O dependencies)
- RSI, MACD, Bollinger Bands, EMA, SMA
- Multi-timeframe analysis across different intervals
- Dynamic indicator configuration at runtime
- Built on
motosan-ta-mathandmotosan-ta-stream
Quick Start
use TechnicalAnalysis;
let ta = new;
let result = ta.analyze?;
// result contains RSI, MACD, Bollinger Bands, etc.
License
MIT