stock-trek 0.2.7

Stock Trek time-series analysis
Documentation
#[cfg(feature = "python")]
pub mod dto;
#[cfg(feature = "python")]
pub mod market_data;
#[cfg(feature = "python")]
pub mod py_algorithm;
#[cfg(feature = "python")]
pub mod py_aligned_window;
#[cfg(feature = "python")]
pub mod py_context;
#[cfg(feature = "python")]
pub mod py_event;
#[cfg(feature = "python")]
pub mod py_exchange;
#[cfg(feature = "python")]
pub mod py_rolling_window;
#[cfg(feature = "python")]
pub mod py_signal;
#[cfg(feature = "python")]
pub mod py_trading_pair;
#[cfg(feature = "python")]
pub mod python;
#[cfg(feature = "python")]
pub mod statistics;