stock-trek 0.2.2

Stock Trek time-series analysis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod extract;
pub mod market;
pub mod market_aligned_window;
pub mod market_order_book;
pub mod market_rolling_window;
pub mod market_ticks;
pub mod market_window;
pub mod raw_market_candle;
pub mod raw_market_dto;
pub mod raw_market_ohlcv;
pub mod raw_market_order_book;
pub mod raw_market_quote;
pub mod raw_market_tick;