This is a project for the SwampHacks Hackathon designed for the everyday person interested in trading and investments. We provide the user an accessible way to invest in various stocks using their own personalized algorithm which is designed using block-code.
Our application will provide users with various data sources and conditional elements so that they can create their own algorithms and backtest them easily. The data sources will include technical indicators like RSI and sentiment data like from Reddit and News.
- cd src/backend
- python3 -m venv venv
- pip install -r requirements.txt
- fastapi dev main.py
- Open a seperate terminal
- cd src/frontend
- npm install
- npm start
- Note - Change line 17 of index.html in frontend directory so that local address of backend fastapi server is same
- Note - You will need a .env populated with the format provided in .env.placeholder