go-tachart icon indicating copy to clipboard operation
go-tachart copied to clipboard

Candlestick chart generator (with event mark and TA indicator) using go-echarts

Results 7 go-tachart issues
Sort by recently updated
recently updated
newest added

Hey there, I'd like to apply scatter chart to plot some regression parameters along the candles for analysis. I see the `scatter.go` file in Chart directory, but `charts.NewScatter()` is not...

The Indicator interface has non-exportable methods, so it is impossible to create your own indicator. Is that what you intended?

![image](https://user-images.githubusercontent.com/6307407/144715088-16036354-b755-4654-a7b5-ae6b4e4ded84.png)

I just discovered your package. So far have been using go-echarts/v1, where one can easily add multiple charts to single page, e.g.: ``` page := charts.NewPage() line1 := charts.NewLine() page.Add(line1)...

Suggest to use path.join instead of filepath.join to solve this issue.

Combining some of the code from the full example in the `example` folder (mainly just the candles list), and a simplified version from the `README.md`, the resulting .html file has...