> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/platform-updates/version-6.0.2.md).

# Version 6.0.2

### **New features**

1. Changing columns in the **Watchlist** became more convenient. The dropdown menu is not disappearing after each action anymore, so it’s possible to activate or deactivate several columns at once.
2. We updated the script for QUIK 9 terminals.
3. A new hotkey to hide trades on the Chart is now available. To change the default **T** key, proceed to **Settings → HotKeys Manager → Chart → Actions → Hide deals from chart**.
4. **Size Filters** in DOM now correctly process any numerical values (up and above 1 billion).
5. Updated documentation on connecting to GAIN Capital, DataFeed, and FTX cryptocurrency exchange is now available.
6. Changing a price scale in **DOM** became faster. It’s not required to verify the input by pressing **Confirm** button anymore.
7. There’s now an option to hide instruments from cryptocurrency exchanges that aren’t connected in the terminal. This feature Hide crypto symbols that are not connected is in **Settings → General Settings → Other**.

### **Fixed**

1. An error with entering orders which occurred during an active connection to MetaTrader 5 is resolved.
2. Closing orders on the graph by clicking ‘X’ now works correctly (with a live connection to MetaTrader 5).
3. We restored trading FOREX instruments while MetaTrader 5 connection is active.


---

# 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://support.tiger.com/english/platform-updates/version-6.0.2.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.
