ash_candle_chart_core 0.1.0-dev.2
ash_candle_chart_core: ^0.1.0-dev.2 copied to clipboard
Core logic for Ash Candle Chart, including data structures and compute engine.
0.1.0-dev.1 - 2026-04-27 #
Added #
- Property-based testing for
Viewportinvariants usingglados. - Binary serialization and reconstruction for
SeriesandChartFramefor improved resilience. - Fuzz testing for binary reconstructors with 1000+ random iterations.
Viewport.normalizemethod to ensure indices remain within valid bounds.- Institutional data models:
VolumeProfile,OrderBook, andLiquidationArea. VolumeProfileCalculatorextension to calculate volume profile from price series.- Updated
ChartFrameto support institutional data. Series.slicemethod to extract sub-ranges of data.