timeframe_alignment
Checks whether a stock's daily, weekly, and monthly views agree and shows what each timeframe supports, including data limits that prevent computation.
Instructions
Whether the daily, weekly and monthly views of a stock agree, and what each one can actually support.
Stockbit serves DAILY bars only — weekly and monthly here are resampled from those sessions, not exchange-published candles. There is NO 4H/1H/15m data: the intraday feed is a minutely close-only series for the current session, with no open, high, low or history.
About 500 sessions are reachable, which is ~104 weekly and ~24 monthly bars — so a monthly RSI(14) is reported as null rather than computed from a window that has not converged. The limits field says what could not be computed and why; read it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | No | Daily sessions to fold up (default 500 — monthly needs all of them) | |
| symbol | Yes | IDX ticker, e.g. BBRI |