find_market_analogs
Find historical price patterns similar to the current (or specified) market state. Returns a list of past dates when the same pattern occurred, the price outcome after each analog, and aggregate statistics (win rate, median return, percentile range). Use cases: (1) pre-news analysis — filter by timeOfDayUTC to find analogs that happened near a specific event time (e.g., FOMC at 14:00 UTC); (2) regime research — understand historically what happens after this pattern; (3) Polymarket context — combine with get_polymarket_probabilities to validate signal with historical evidence. Returns a plain-English summary suitable for agent reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | No | ||
| q | No | ||
| limit | No | ||
| symbol | Yes | Ticker symbol, e.g. BTCUSDT | |
| context | No | ||
| session | No | ||
| interval | No | Candle interval | 15m |
| token_id | No | Optional Manus access token. Paid tools use tokenized service access, not a monthly subscription: when token_id is omitted the server returns payment_required with a Solana Pay invoice, and after payment you retry with the same token while the server uses Manus token/resolve to recover pending access. | |
| weekdays | No | ||
| timeOfDayUTC | No | ||
| timeRangeUTC | No | ||
| minSimilarity | No | ||
| anchorTimestamp | No | ||
| timeWindowMinutes | No |