apple-quant-algorithmic 0.1.0

Apple Quant's algorithmic trading api
Documentation
1
2
3
4
5
6
// TODO: for example this could be for DOM background heatmap over current bar time or trades or
// volume.

/// Fixed Binned - Fixed size (1); bins for each T.
/// Time Point - Each T is a point in time within each constant bin size via [`Timestamped`].
pub struct FixedBinnedTimePointData;