Check Trade Legitimacy
check_trade_legitimacyAssess whether an agent has enough data, confidence, and risk context to trade at full size by reviewing sample size, memory quality, regime experience, streaks, and drawdown.
Instructions
Check if the agent has sufficient data and confidence to trade.
Call this before making any trade decision. Evaluates sample size, memory quality, regime experience, streak state, and drawdown to determine whether the agent has earned the right to trade at full size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Trading instrument (default "XAUUSD"). | XAUUSD |
| strategy_name | Yes | Strategy to evaluate (e.g. "VolBreakout"). | |
| current_atr_d1 | No | Current ATR(14) on D1 in dollars (informational). | |
| current_regime | No | Current market regime (trending_up/trending_down/ranging/volatile). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||