# Rate of Change

### Overview

Key factor when using the ROC, is picking the "n" value. Short-term traders may choose a small n value, such as nine. Longer-term investors may choose a value such as 200. The n value is how many periods ago the current price is being compared to. Smaller values will see the ROC react more quickly to price changes, but that can also mean more false signals A larger value means the ROC will react slower, but the signals could be more meaningful when they occur.

{% hint style="info" %}
**Create fully automated trading strategies using over 100 technical indicators in Market Dynamics. Head to the build page and add indicators using the "Add block" menu**. **Reach out to the team if you have any questions  or need technical support.**
{% endhint %}

<div align="left"><figure><img src="/files/J6iIkyxpLgbDmDOce8Jx" alt=""><figcaption></figcaption></figure></div>


---

# 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://trylevel2.gitbook.io/getting-started/indicator-guides/rate-of-change.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.
