Skip to content

v0.0.10

Compare
Choose a tag to compare
@rodrigo-brito rodrigo-brito released this 03 Oct 04:11
· 236 commits to main since this release

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)