Setting Up Mentor Mode
This guide walks through configuring Mentor Mode for coaching and reviewing students’ trades.
Prerequisites
- TradeFlow installed and running
- Students using TradeFlow and able to export their data as
.zipbackups
Step 1: Navigate to Mentor Mode
Click Mentor Mode in the sidebar. You’ll see the student list view (initially empty).
Step 2: Add Students
- Click Add Student
- Enter the student’s name
- Optionally add notes (e.g., “Futures trader, started Jan 2026”)
- Click Save
The student appears as a card showing their name, notes, and creation date.
Step 3: Receive Student Data
Ask your student to export their TradeFlow data:
- Student opens their TradeFlow instance
- Goes to Trade Log → Actions → Full Backup (.zip)
- Sends you the
.zipfile (email, Slack, cloud drive, etc.)
Step 4: Import Student Trades
- Click on the student’s card to enter their detail view
- Click Import Backup
- Select the
.zipfile from the student - TradeFlow imports:
- All trades → stored in
studentTradestable with this student’s ID - All strategies → stored in
studentStrategiestable with this student’s ID - Accounts are skipped (accounts are mentor-only)
- Chart images are restored to the correct trades
- All trades → stored in
:::info Duplicate Protection If you import the same backup file twice, duplicate records are skipped. Only new trades and strategies are added. :::
Step 5: Review Student Trades
In the student detail view, you have access to:
Trade Table
- Full sortable table with all the student’s trades
- Filter by symbol, direction, win/loss, or strategy
- Sort by date, direction, or P&L
Accordion Details
Click any trade row to expand and see:
- Entry/exit prices and position size
- Trade duration, fees, commissions
- Notes the student wrote
- Take-profit levels
- Chart screenshots
Student Stats
The header shows real-time metrics:
- Total trade count
- Total P&L
- Win rate
Step 6: Ongoing Review
As students continue trading and send updated backups:
- Import the new backup for the same student
- Only new trades are added (existing ones are skipped by ID matching)
- Review the latest trades and track progress over time
Data Isolation Reminder
Your personal trading data is completely separate from student data:
| Your Data | Student Data |
|---|---|
trades table | studentTrades table |
strategies table | studentStrategies table |
accounts table | No student accounts |
| Visible on Dashboard, Trade Log | Visible only in Mentor Mode |
Deleting a student cascades: all their trades and strategies are removed, but your data is unaffected.