Skip to main content

Crate termichart_data

Crate termichart_data 

Source
Expand description

§termichart-data

Data adapters, technical indicators, and exchange clients for TermiChart.

This crate provides:

Re-exports§

pub use csv_adapter::CsvAdapter;
pub use exchange::Exchange;
pub use exchange::ExchangeClient;
pub use indicators::BollingerBandsIndicator;
pub use indicators::EmaIndicator;
pub use indicators::MacdIndicator;
pub use indicators::RsiIndicator;
pub use indicators::SmaIndicator;
pub use indicators::VwapIndicator;
pub use json_adapter::JsonAdapter;
pub use series::DataSeries;
pub use stream_adapter::StreamAdapter;
pub use transform::auto_range;
pub use transform::auto_range_points;
pub use transform::nice_ticks;
pub use transform::to_heikin_ashi;
pub use ws_stream::WsStream;

Modules§

csv_adapter
exchange
Multi-exchange abstraction for fetching OHLCV candles and price data.
indicators
json_adapter
series
stream_adapter
transform
ws_stream
WebSocket streaming adapter for real-time market data.