Prop Trading Dashboard
FeaturedOverview
A desktop analytics platform designed for proprietary trading firms. Ingests raw trade CSV exports, aggregates fills using interval overlap analysis, and computes per-day statistics including expectancy, profit factor, drawdown, and Sharpe ratio. Models firm-specific payout eligibility rules in real time so traders can track their path to funded accounts.
Methodology
- Interval overlap algorithm for aggregating partial fills into complete trades
- Rolling window statistics for drawdown detection and streak analysis
- Rule engine modeling payout structures from multiple prop firms (FTMO, MFF, TFT)
- SQLite for persistent local storage with migration support
- React component architecture with Recharts for interactive P&L curves