fluttercandies / flutter-interactive-chart

A candlestick chart that supports pinch-to-zoom and panning.
https://pub.dev/packages/interactive_chart
MIT License
214 stars 71 forks source link

Will there be indicators added? #3

Closed calculabs closed 3 years ago

calculabs commented 3 years ago

Awesome. Wondering if you're going to add indicators like MACD, MA, FIB, etc?

h65wang commented 3 years ago

Not exactly, but this has been addressed in v0.3.0 with the support for multiple trend lines. You can compute those additional indicators and pass them in through trends parameter.