This project is a web-based CSV data viewer designed to help visualize Robinhood Vertical Put Spreadss data. The application allows users to view, organize, and analyze key information about trading activity, including win/loss outcomes, open and close activity dates, and various financial details.
You can find the website deployed on Render in the following link. It might take a while to load due to Render free tier!
- Introduction
- Features
- Tech Stack
This project provides a simple yet powerful way to view and analyze Robinhood credit spreads data through a web interface. It allows you to visualize both basic and detailed information about your trades, including entry and exit data, buy/sell quantities, and resulting returns.
- Automatically filter out and combine credit spreads
- Pair up spread opens and spread closes easily
- Sort and analyze trade outcomes (win/loss)
- Display detailed buy/sell activity for both open and close positions
- Bootstrap-styled UI for better visualization
- Frontend: HTML5, CSS3 (Bootstrap 4.5.2), JavaScript
- Backend: Flask
- Database: SQLite
- Libraries:
- Bootstrap 4.5.2 for styling
- pandas
- SQLite
- IO
- CSV
- gunicorn for deployment