vicsharp-shibusa / kyna

Open source stock data collection and analysis.
MIT License
2 stars 1 forks source link

Chart creation #23

Closed vicsharp-shibusa closed 5 months ago

vicsharp-shibusa commented 5 months ago

A chart will have a "type." Types include "Candlestick" and "Simple."

All charts will have a collection of OHLC price actions. Candlestick charts will also have a collection of Candlesticks.

A chart can have zero to many Indicators, including moving averages, MACDs, stochastics, and the like.

Multiple charts can be merged into a single combined chart, in which the price and volume data are averaged together.

vicsharp-shibusa commented 5 months ago

MVP for this is complete.