A lightweight web app for analyzing TradingView strategy CSV exports.
Upload your TradingView trade history and instantly get:
- Clean combined trades (entry + exit)
- Performance metrics dashboard
- Monthly and weekly performance calendar
- Trade table with column filtering
- Exportable processed dataset
Everything runs entirely in the browser — no server, no uploads, and no data leaving your machine.
- Combines TradingView entry and exit rows into a single trade
- Calculates:
- Trade duration
- Net P&L
- Cumulative P&L
- Sorts trades chronologically
Includes key trading statistics:
- Net Profit
- Win Rate
- Profit Factor
- Expectancy
- Sharpe Ratio
- Sortino Ratio
- Largest Win / Loss
- Max Drawdown
- Max Win / Loss Streak
- Long vs Short trade breakdown
- Average Trade Duration
Visual trading calendar showing:
- Daily P&L
- Number of trades
- Daily metrics
- Win rate
- Profit factor
- Drawdown
- Run-up
Also includes:
- Weekly summaries
- Monthly performance dashboards
- Expand / collapse months
- View all processed trades
- Toggle column visibility
- Show more rows dynamically
- Clean dark-mode table design
Export the processed dataset as a CSV including:
- Combined entry/exit trades
- Calculated duration
- Cumulative P&L
- Only currently visible columns
- Run a TradingView strategy backtest
- Export List of Trades → CSV
- Upload the CSV into this app
- Instantly explore:
- Trade metrics
- Calendar performance
- Processed trade dataset
- HTML
- CSS (dark mode UI)
- Vanilla JavaScript
- PapaParse** for CSV parsing
No frameworks required.
Contributions and feature suggestions are welcome.
Ideas for improvements:
- Additional trading metrics
- Better visualizations
- Risk analysis tools
- UI improvements
Open an issue or submit a pull request.
MIT License
You are free to use, modify, and distribute this project.