ash_candle_chart_core 0.1.0-dev.1 copy "ash_candle_chart_core: ^0.1.0-dev.1" to clipboard
ash_candle_chart_core: ^0.1.0-dev.1 copied to clipboard

Core logic for Ash Candle Chart, including data structures and compute engine.

KChart Core #

Core logic, data structures, and compute engine for KChart.

Features #

  • Columnar Storage: Optimized Series using Float64List and Int64List for high performance.
  • Multithreading: IsolatePool for offloading heavy computations.
  • Indicator Engine: Flexible DAG-based indicator pipeline with topological sorting.
  • Incremental Updates: Support for computeAppend to handle real-time data efficiently.

Getting Started #

import 'package:ash_candle_chart_core/ash_candle_chart_core.dart';

final candles = [
  Candle(timestamp: 1600000000000, open: 100, high: 110, low: 90, close: 105, volume: 1000),
];
final series = Series.fromCandles(candles);

Documentation #

See the API Reference for detailed documentation.

0
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Core logic for Ash Candle Chart, including data structures and compute engine.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

freezed_annotation, json_annotation, meta

More

Packages that depend on ash_candle_chart_core