-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Calculate real win rate from trades table in database
- Backend API endpoint to return actual win rate percentage
- Update frontend to fetch and display real win rate instead of mock data
- Show additional metrics like total trades count, wins/losses
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request