# Changing RTD Throttle Interval in Excel

The default throttle interval is set at 2000 milliseconds. To change it in the Excel, please follow steps below:

1. In Excel, go to the Visual Basic Editor by pressing **ALT + F11**.

2. Open the **Immediate Window**  and type this code:\
   \
   \&#xNAN;**`Application.RTD.ThrottleInterval=0`**\
   \
   (**Note**: If the **Immediate Window** is not open, press **CTRL + G** to display the window.)

3. Make sure your cursor is on the line that you just typed and then press **ENTER**.\
   (**Note**:  The '**(0)**' can be amended to adjust the desired rate.)

4. To verify that it is set correctly, type this line of code on the **Immediate Window**:\
   \
   \&#xNAN;**`? Application.RTD.ThrottleInterval`**

5. Make sure your cursor is at the end of this line and then press **ENTER**. The window should display 0; then you know that your throttle interval is set correctly.

{% hint style="info" %}
Throttle Interval Value is set in milliseconds (!)
{% endhint %}

![](https://4186075531-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-M3MDGPS0CKY9-9PDmOZ%2F-M3MN85A_ol7ekUBv6yE%2FRTD%20throttling.png?alt=media\&token=f2a431ca-6afb-4f67-938e-d44836608bf1)


---

# Agent Instructions: 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:

```
GET https://help.quantower.com/quantower/miscellaneous-panels/excel-rtd-trading/changing-rtd-throttle-interval-in-excel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
