A Website which allows users to trade using virtual credits. This is mainly for beginners to understand the market and evaluate their trade stratergies. It has features such as price predictions, optimized portfolio, bollinger bands and support-resistance bands. Different ML techniques such as LSTM, RL, ARIMA and SVR were used. Yahoo API has been used to fetch live data.
The website is built using the MERN Stack. MongoDB is used to store data, React is used to implement the frontend and NodeJS-Express is used for the backend server. Apart from the Node server, a flask server has been used to run the python models.