Direct answer: what “frozen” usually means
A forex chart “seems frozen” when the bars/candles and price levels do not move or do not complete new candles over time. That appearance is often caused by the chart not receiving updated market data and/or not successfully redrawing the chart. It does not automatically mean trading in the market is paused.
How chart freezing can happen (mechanics)
In a typical forex chart, three parts must work together: (1) a data feed that delivers new ticks or aggregated bars, (2) the chart logic that converts that data into bars, and (3) the display layer that refreshes the screen.
When any one part stalls, the chart can look frozen:
- Data feed not updating: The platform may be failing to receive new prices. Symptoms include bars that stop extending and no new candles forming on any timeframe.
- Timeframe or session mismatch: If the chart is set to a timeframe or trading session where price updates are limited (for example, outside an active period), bars may change slowly or not at all.
- Caching or browser/app state: Chart content can appear stuck if cached resources load but the update mechanism does not start (or is blocked).
- Rendering or refresh issues: The chart can receive updates but fail to redraw due to performance constraints, blocked scripts, or a stalled UI refresh loop.
- Network instability: Latency spikes or dropped connections can interrupt the update stream long enough for the chart to look frozen.
Example checks to isolate the cause
Because you may not control the provider’s backend, focus on observable signals:
- Watch for candle completion: If the candle timestamp does not progress and bars do not change on the selected timeframe, it strongly suggests the chart is not ingesting new data.
- Switch timeframe: If one timeframe updates but another does not, the issue may relate to how that timeframe is built or requested (rather than a total feed outage).
- Compare with another instrument: If only one symbol appears frozen while others update, it points toward symbol-specific data delivery or settings.
- Change the update context: Reload the page/app, sign out/in, or try a different browser/device. If the chart unfreezes after a context change, the original state likely caused a stalled refresh or blocked update.
- Check session/time settings: Confirm the chart timeframe and any visible session controls are consistent with when you expect price activity.
Relevant limitations and uncertainty
- A “frozen” view is a local observation of the chart, not direct proof about the actual market state.
- Without current provider-specific diagnostics, you cannot confirm the exact backend reason. The checks above help you distinguish between display/refresh problems and data update problems.
- Charts can look frozen intermittently during brief connectivity issues, so results may vary over time.
If you want a definitive answer for a specific incident, the key is to reproduce the behavior across timeframes/symbols and across devices/networks, then compare what updates and what does not.