v0.0.10
Features
Now, we can define custom indicators for the result chart. Example:
chart := plot.NewChart(plot.WithIndicators(
plot.EMA(9, "red"),
plot.EMA(80, "orange"),
plot.RSI(14, "purple"),
))
Changelog
0b69e8e feat(plot): include support for indicators
0776d00 refactor(chart): replace chart data with REST api
3a096b6 feat(test): add tests for download module (#32)
4e772ed feat(test): add tests for order feed (#28)
aabe274 refactor(storage): remove ent and add sqlx (#29)
25d5efd feat(ci): setup codecov and add coverage badge (#25)