ticker_report
Check a US ticker's distance from its 200-day moving average and recently detected chart patterns to assess its current trend position.
Instructions
Everything held on one symbol: its current distance from its own 200-day moving average, and the chart patterns most recently detected on it.
Args: symbol: A US ticker, e.g. "AAPL". Case-insensitive.
Returns: deviation: null when the symbol is outside the covered universe (S&P 500 / Nasdaq 100 / major US ETFs) or was filtered out of the latest snapshot — a null here means "not covered", not "no deviation". patterns: recent detections, newest first, with hist_win_w20 for paid keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |