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

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

Ash Candle Chart Core #

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

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
160
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

freezed_annotation, json_annotation, meta

More

Packages that depend on ash_candle_chart_core