# Live Market Feed

A "Tick market" button that drives the real `updateData()` method to stream fresh economy samples into the monitor: each press raises `goldIn` and `goldOut` (with sinks growing faster so `Inflation` creeps upward), extends the `priceHistory` line chart, and appends a new entry to the transaction log. It mirrors a server pushing periodic economy snapshots into a live balance dashboard, all without rebuilding the component.
