Cryptosight runs market simulations of various cryptocurrencies using Machine Learning based algorithms, taking into consideration users' investing goals. We use QuantConnect to run our custom-made, optimal algorithm and get information such as Compounding Annual Return, Win Percentage, Probabilistic Sharpe Ratio, Sharpe Ratio, Alpha, Beta, and a benchmark comparison to the S&P 500. Our goal is to help traders meet their goals with the use of algorithmic trading.
The React website can be run with the following commands:
npm install
npm start
The Flask server can be run with the following commands:
cd flask-server
python server.py
Launch the website, then select a goal and cryptocurrency and review the data on the dashboard.
ReactRouterDOM, jQuery, ChartJS, ReactChartJS 2, and AnimeJS
Flask, CORS, and QuantConnect
