recall_similar_trades
Find past trades with similar market conditions to learn from historical performance before making new trading decisions.
Instructions
Find past trades with similar market context.
Use this before making a trade to learn from past experience. Returns trades with their reflections and outcomes. Uses OWM scoring when episodic memories exist, falls back to keyword matching.
Args: symbol: Trading instrument to filter by (e.g. "XAUUSD") market_context: Current market conditions to match against strategy_name: Optional strategy filter limit: Max number of results (default 5)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| market_context | Yes | ||
| strategy_name | No | ||
| limit | No |