Skip to content

Can you guess if the stock chart is about to go up or down?

License

Notifications You must be signed in to change notification settings

ERGeorgiev/StockChartsGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Charts Game

This is a game based on stock charts. Your goal is to guess if the stock price is going to go up or down, depending on the historical movement and the provided indicators.

Demo

This project uses Angular, Chart.js financial/candlestick stock chart, with a .NET Web API backend, which connects to AlphaVantage for stock quotes.

Based on the Stock.Charts project.

How To Play

If you want to host on your local computer and review the source code, follow the instructions below.

Prerequisites

Steps

  1. Get a free api key from AlphaVantage.
  2. Input your api key into appsettings.json - Providers:AlphaVantage:ApiKey.
  3. Load the WebApi project in Visual Studio and start. That should also run the angular front-end and open the main page for you.

Attributions

Stocks icon by Icons8

ToDo

  • Finish Unit Tests
  • Angular Unit Tests
  • Support for Multiple Users
  • Better way to provide api key

About

Can you guess if the stock chart is about to go up or down?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published