get_edge_by_direction
Compare long versus short trade performance—win rate, average PnL, profit factor, and count—to detect directional bias or weakness.
Instructions
[DIRECTIONAL BIAS: LONG VS SHORT ONLY] Compare LONG (Buy) trade performance versus SHORT (Sell) trade performance: win rate, average PnL, profit factor, and total count for each direction. Detects if you have a directional bias problem.
Best for: Comparing buys vs sells, longs vs shorts, or diagnosing directional asymmetry. NOT for: Comparing asset classes (use get_edge_by_market instead!).
Example questions:
"Are my long trades performing better than my short trades?"
"Meri long trades short se better perform kar rahi hain kya?"
"Do I have a directional bias or weakness on shorts?"
"Compare my buy vs sell win rate and profit factor"
"Am I losing money on short positions?"
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 |