vicsharp-shibusa / kyna

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

Create Kyna.Analysis #22

Closed vicsharp-shibusa closed 6 months ago

vicsharp-shibusa commented 7 months ago

Kyna.Analysis is a class library to house data structures and services related to both technical and fundamental analysis.

Things in this library will include:

  1. Chart creation,
  2. Moving averages,
  3. Candlestick patterns,
  4. Company valuations,
  5. and others - anything related to either technical or fundamental analysis.

For the first iteration, we can get by with chart creation, candlesticks, and moving averages; we'll expand on this later.

vicsharp-shibusa commented 6 months ago

MVP for this is complete.