{"slug":"nvda-june-2026-deep-dive","qid":"decline_run","label":"The five-session slide, bounded: every claim in the streak sentence as a checked column","post_title":"NVDA: NVIDIA's Full June 2026, Tick by Tick","post_url":"/blog/nvda-june-2026-deep-dive#q-decline_run","columns":["run_start","run_end","sessions_in_run","declining_sessions","run_low_close","run_holds_month_low_close"],"rows":[{"run_start":"2026-06-22","run_end":"2026-06-26","sessions_in_run":5,"declining_sessions":5,"run_low_close":191.72,"run_holds_month_low_close":1}],"shape":"scalar","sql":"WITH per_session AS (\n    SELECT et_date, close_usd,\n           lagInFrame(close_usd) OVER (ORDER BY et_date ASC ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) AS prev_close\n    FROM (\n        SELECT\n            toDate(toTimeZone(window_start, 'America/New_York')) AS et_date,\n            round(argMaxIf(toFloat64(close), window_start, (toHour(window_start) * 60 + toMinute(window_start)) BETWEEN 810 AND 1199), 2) AS close_usd\n        FROM global_markets.delayed_stocks_minute_aggs\n        WHERE ticker = 'NVDA'\n          AND window_start >= toDateTime('2026-06-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')\n        GROUP BY et_date\n    )\n)\nSELECT\n    toString(minIf(et_date, et_date >= toDate('2026-06-22') AND et_date <= toDate('2026-06-26'))) AS run_start,\n    toString(maxIf(et_date, et_date >= toDate('2026-06-22') AND et_date <= toDate('2026-06-26'))) AS run_end,\n    countIf(et_date >= toDate('2026-06-22') AND et_date <= toDate('2026-06-26')) AS sessions_in_run,\n    countIf(et_date >= toDate('2026-06-22') AND et_date <= toDate('2026-06-26') AND close_usd < prev_close) AS declining_sessions,\n    round(minIf(close_usd, et_date >= toDate('2026-06-22') AND et_date <= toDate('2026-06-26')), 2) AS run_low_close,\n    toUInt8(min(close_usd) = minIf(close_usd, et_date >= toDate('2026-06-22') AND et_date <= toDate('2026-06-26'))) AS run_holds_month_low_close\nFROM per_session","computed_at":"2026-07-26T06:10:11.800511+00:00","elapsed":0.07034889}