asset_analysis
Analyze market conditions for any asset at a specific timestamp, returning price data, trend structure, key levels, and trading signals.
Instructions
Return market analysis at a requested time.
Inputs: asset: EXCHANGE:SYMBOL (preferred), for example RUS:MX1!. The legacy SYMBOL:EXCHANGE format, for example BTCUSD:BITSTAMP, is also accepted. timeframe: 1h, 4h, 1D, or 1W. Default: 1h. timestamp: ISO-8601 time cutoff. Default: current UTC time. response_version: execution. May be omitted. Default: execution. include_indicators: Also include RSI, MACD, SMA200, EMA9/20/50, Bollinger Bands, ADX, and momentum change. Default: false.
With an explicit timestamp, uses only bars whose close is at or before it. Without a timestamp, price_data may be the latest received non-final bar; indicators, structure, levels, signals, and other derived metrics still use finalized bars only. Bar completion uses source confirmation plus the configured exchange-specific delay. Execution output contains timestamps and bar status, OHLCV and previous-bar data, ATR, recent path, market structure and trend state, actionable levels and bar signal, week context, weekly VWAP, session data when applicable, and data quality. Numeric values use two-decimal precision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| timeframe | No | 1h | |
| timestamp | No | ||
| response_version | No | execution | |
| include_indicators | No |