termichart-data
Data adapters, technical indicators, and exchange clients for the TermiChart terminal charting SDK.
Overview
- Adapters —
JsonAdapter,CsvAdapter,StreamAdapterfor loading chart data - Indicators — SMA, EMA, VWAP, Bollinger Bands, RSI, MACD
- Exchange clients — Binance REST and WebSocket integration
- Transforms — Auto-range, Heikin-Ashi conversion, nice tick generation
Usage
use Indicator;
use ;
// Compute a 20-period SMA from candle data
let sma = new;
let overlay_points = sma.compute;
See the main repository for full documentation.
License
MIT