Overview
Deltalytix Teams enables prop firms, trading groups, and mentors to collaborate effectively. Team owners can track multiple traders’ performance, managers can analyze combined metrics, and team members can share insights while maintaining individual privacy controls.Team Features
Combined Analytics
View aggregated performance metrics across all team members. Compare individual vs team averages.
Member Management
Invite traders, assign manager roles, and control access levels with granular permissions.
Individual Dashboards
Click any team member to view their full trading dashboard with all charts, statistics, and journal entries.
Role-Based Access
Three roles: Owner (full control), Admin (manage members), and Viewer (read-only access).
Team Roles
From teams/components/team-management.tsx:Owner Role
Team creators have full control:- Add/remove traders and managers
- Delete the team
- Rename the team
- View all analytics
- Access all trader dashboards
- Manage billing (for paid plans)
Admin Role
Managers can:- View combined team analytics
- Access individual trader dashboards
- Add/remove other managers (Viewer or Admin)
- Invite new traders to the team
- Cannot delete the team or change ownership
Viewer Role
Read-only access:- View combined team analytics
- Access individual trader dashboards
- Cannot invite members
- Cannot manage other managers
- Cannot modify team settings
Traders (team members) always have full control over their own data. Only owners, admins, and viewers can see team data.
Creating a Team
From teams/components/team-management.tsx (lines 193-216):Name Your Team
Enter a descriptive team name (e.g., “ABC Trading Firm”, “Mentorship Group”, “Funded Traders Q1 2024”).
Adding Traders to Your Team
From teams/components/team-management.tsx (lines 493-516):Pending Invitations
From teams/components/team-management.tsx (lines 1038-1079): Track invitation status in the management dialog:- Pending - Invitation sent, awaiting trader acceptance
- Accepted - Trader joined the team
- Cancel - Revoke pending invitations before acceptance
Managing Team Members
Viewing Trader Performance
View Combined Analytics
The main team dashboard shows combined statistics:
- Total trades across all members
- Combined win rate
- Total team P&L
- Average performance metrics
- Team equity curve
Removing Team Members
From teams/components/team-management.tsx (lines 531-575):Adding Managers
From teams/components/team-management.tsx (lines 258-322):Select Access Level
Choose between:
- Viewer - Read-only access to team data
- Admin - Can manage team members and other managers
Updating Manager Permissions
From teams/components/team-management.tsx (lines 372-422):- Click the dropdown next to any manager’s name
- Select new permission level (Viewer or Admin)
- Changes take effect immediately
Removing Managers
From teams/components/team-management.tsx (lines 324-370):- Click the remove icon next to any manager’s name
- Confirm the removal
- Manager loses access immediately
Managers don’t need to be traders. You can add coaches, analysts, or partners who only need to view data without trading themselves.
Team Analytics Dashboard
The team dashboard (teams/dashboard/[slug]/page.tsx) provides:Combined Metrics
Team Statistics Widget:- Total trades (all members)
- Combined win rate (weighted average)
- Total team P&L
- Total commissions paid
- Average trade duration
- Team profit factor
- Aggregated equity across all traders
- Individual trader curves overlaid (optional)
- Color-coded by trader
- Hover to see individual contributions
Trader Grid View
From teams/components/user-equity/team-equity-grid-client.tsx: The trader grid shows each member:- Trader name/email
- Individual equity curve thumbnail
- Current balance
- Daily/weekly/monthly P&L
- Number of trades
- Win rate
- Status indicators (active, inactive)
- View their full dashboard
- Access their trade table
- See their detailed analytics
- Read their trade journal (if shared)
Filtering Team Data
Apply filters to team analytics:- Date Range - View specific time periods
- Traders - Select specific team members
- Accounts - Filter by account numbers
- Instruments - Symbol-specific team performance
Team Use Cases
Prop Firms
Challenge Programs:- Track all evaluation candidates
- Monitor passing rates
- Identify top performers
- Ensure rule compliance
- Monitor funded account performance
- Track aggregate risk exposure
- Identify struggling traders early
- Analyze combined profitability
Trading Groups
Peer Learning:- Share trade ideas and setups
- Compare individual performance to group average
- Learn from top performers
- Identify common mistakes
- Mentors view student progress
- Students learn from mentor’s trades
- Track improvement over time
- Document teaching points in journals
Trade Copiers / Signal Providers
Performance Verification:- Transparent track record
- Real-time results
- Subscriber performance tracking
- Compare copier vs source performance
Privacy & Data Sharing
What Team Owners/Managers Can See
Visible by Default:- Trade entry/exit prices, times, P&L
- Position sizes and instruments
- Account numbers (can be anonymized)
- Win/loss statistics
- Equity curves
- Tags applied to trades
- Images attached to trades
- Trade comments (traders can hide)
- Mindset journal entries (private by default)
- Personal information
- Email addresses (only shown to owners)
What Team Owners/Managers CANNOT See
- Trader’s login credentials
- Trader’s personal settings
- Trader’s other teams (if they’re in multiple)
- Trader’s subscription/billing info
- Trader’s private notes (if marked private)
Traders maintain full control over their data. Leaving a team removes the team’s access to their data, but doesn’t delete anything.
Team Management Best Practices
Team Settings
From teams/components/team-management.tsx:Renaming a Team
Deleting a Team
Leaving a Team
As a trader or manager:Billing & Subscriptions
Team plans vary by subscription:
- Free Plan - Create 1 team with up to 3 traders
- Pro Plan - Create unlimited teams with up to 10 traders each
- Enterprise Plan - Unlimited teams, unlimited traders, advanced analytics
Troubleshooting
Trader Can’t Accept Invitation
Possible causes:- Invitation email in spam folder
- Email address doesn’t match Deltalytix account
- Account not created yet
- Invitation expired (after 7 days)
Manager Can’t See Trader Data
Check:- Manager has Viewer or Admin role (not just invited as trader)
- Trader has accepted team invitation
- Trader has imported trade data
- Correct team selected in navigation
Team Dashboard Loading Slowly
Optimization tips:- Use date range filters (e.g., last 30 days instead of all time)
- Reduce number of widgets on team dashboard
- Remove inactive traders from team
- Upgrade to higher-tier plan for performance improvements
Next Steps
Dashboard Customization
Customize your team dashboard layout
Analytics
Deep dive into team performance metrics