TradeTrack is a powerful investment tracking platform built using Django and Python, designed to help users manage and monitor their trading activities. With a simple account setup, users can input their initial balance and start tracking trades, with the account balance automatically adjusting after each trade. All user data, including trades and balances, is securely stored in a PostgreSQL database, ensuring reliability and performance.
The platform features comprehensive tools to help users analyze their trades, including the ability to view candlestick charts for specific days based on trading activity. Leveraging data from the Alpha Vantage API, the charts are processed using Pandas and Matplotlib to provide clear, insightful visualizations of market performance. Users can search for any stock ticker, select specific dates, and customize the candlestick intervals for in-depth analysis of market trends.
In addition to tracking trades, TradeTrack offers a stock search feature that allows users to explore market data for any ticker symbol within the past 20 years. The app is designed for investors who want both a detailed overview of their portfolio and the ability to perform detailed research on historical stock performance.