get_mae_mfe_stats
Analyze trade MAE/MFE stats to show if you exit winners too early or allow drawdowns to run too deep, improving exit timing.
Instructions
[TRADE EXCURSION & EXIT TIMING] Analyse Maximum Adverse Excursion (drawdown while trade was active) and Maximum Favorable Excursion (peak unrealized profit before exit). Shows whether you leave money on the table (exiting too early) or let drawdowns run too deep.
Best for: Questions about trade management, holding duration, cutting winners early, or exit efficiency. NOT for: Long vs Short comparison (use get_edge_by_direction) or high-level win rate (use get_overview_stats).
Example questions:
"Am I holding winners long enough or leaving profit on the table?"
"Do I cut my winning trades too early?"
"How far do my trades move against me before turning profitable?"
"Walk me through my MAE and MFE trade excursion stats"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account name (e.g. "FTMO 2 Step", "01") or account ID to filter by | |
| date_to | No | ISO date YYYY-MM-DD — end of analysis window | |
| date_from | No | ISO date YYYY-MM-DD — start of analysis window | |
| account_id | No | Limit analysis to a specific account ID directly | |
| market_type | No | Filter by market: FOREX, CRYPTO, STOCKS, FUTURES |