You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Track Bitcoin Volatility and Update Google Sheet & Google Slides Demo
Given the CoinGecko public market API is reachable
When the agent executes the market tracking routine
Then the agent must inspect the Google Sheet tracker:
If the sheet contains 1 or fewer rows (empty or header only), fetch the last 24 hours of hourly historical Bitcoin data (24 data points for 1 BTC in USD) and append them as a baseline time-series
If the sheet contains more than 1 row (existing historical data), fetch only the latest spot price for 1 BTC in USD, 24h change %, and 24h volume, and append 1 incremental hourly row
And the agent must calculate the physical quantity of Bitcoins traded: 24h Volume (USD) / Spot Price
And classify market volatility (Low, Moderate, High) and generate a 2-sentence executive summary
And update the Executive Summary text block directly inside the Google Sheet (cells H23:H25)
And create or refresh the dynamic zoomed-in interactive line chart embedded at cell H2