-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add a simple trading history display to the frontend, similar to the existing decisions list.
Current Problem
- No way to view historical trades in the frontend
- Can only see trading decisions but not actual trade executions
- Missing visibility into trade outcomes and performance
Requirements
- Backend API endpoint for fetching trading history from database
- Frontend component to display trades list (similar to DecisionsList)
- Basic trade information display:
- Symbol, side (BUY/SELL), quantity, price
- Timestamp, P&L, trade status
- Simple table format like the decisions view
Implementation
Just like the current decisions display:
- Fetch trade data from database
- Create a TradesList component
- Add it to the dashboard
Priority
Medium - Nice to have for better trading visibility
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request