Description
Replace the mock win rate data in the frontend with actual calculated win rate from trading history.
Current Problem
- Win rate shows mock/dummy data instead of real trading performance
- Users cannot see their actual trading success rate
- Misleading performance metrics in the dashboard
Requirements
Implementation
- Query trades table to count profitable vs losing trades
- Calculate win rate percentage (wins / total trades * 100)
- Update the stats card to show real data
- Remove mock data from frontend
Priority
High - Users need to see real performance metrics
Description
Replace the mock win rate data in the frontend with actual calculated win rate from trading history.
Current Problem
Requirements
Implementation
Priority
High - Users need to see real performance metrics