> For the complete documentation index, see [llms.txt](https://docs.motivewave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motivewave.com/knowledge-base/charts/charts-stopped-streaming-data.md).

# Charts Stopped Streaming Data

This could be caused by a number of things. Here are a few steps for troubleshooting this issue:

1. Disconnection from your broker or data feed. Check the WiFi icon in the bottom left corner of MotiveWave. Yellow/Amber indicates disconnection. MotiveWave will attempt to reconnect a few times on most supported connections before giving up.

<figure><img src="/files/7nzbUnwCxFYblxJUH45O" alt=""><figcaption></figcaption></figure>

2. Symbol conflict. If the user has duplicate symbols on the same data connection (For example: ESU1 and ESU21), this can cause a conflict and MotiveWave may stop sending data to one or both of the symbols. Create a workspace backup before proceeding (***File > Backup***). Go to ***Configure > Instruments***, search for the particular underlying symbol (ES) and delete the duplicate symbols (please note that deleting any instrument in the ***Configure > Preferences/Settings*** menu will remove any open charts with this symbol and will delete all analysis and chart data associated with it). Use the magnifying glass search icon to bring this instrument back into the workspace.
3. CQG stopped supporting single digit year symbols. They have replaced them with two digit year symbols (e.g. ENQH5 and MNQH5 were replaced with ENQH25 and MNQH25). Click on the ***Configure > Instruments*** menu and delete all of the single year digit specific symbols.
4. Interactive Brokers by default will only allow 100 active tickers in a workspace. You can check the number you are currently using by going to ***View > Active Tickers***. If you exceed your limit, data will be delivered randomly to different instruments, some of which may stop streaming data. You can contact IB about purchasing Quote Booster Packs to increase the number of active tickers allowed in your account. More information can be found [here](/knowledge-base/connection/interactive-brokers-connection.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.motivewave.com/knowledge-base/charts/charts-stopped-streaming-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
