# Daily Symbol Limit Error

## Daily Symbol Limit Error

You will receive an error if a bot has more than 10 symbols, regardless of whether those symbols are referenced in a scanner, monitor, or event [automation](https://optionalpha.com/help/automation-basics).

So, whether opening new positions, analyzing conditions, monitoring existing positions, or using a symbol as a custom input, the bot has a maximum allowance of 10 ticker symbols.

If you have more than 10 symbols, an error will generate, the automation will stop, and you'll receive a notification that the bot has exceeded its symbol limit. This safeguard upholds the stability of the platform for all users.

{% hint style="info" %}
The bot references symbols at the beginning of the trading day. If you have 10 symbols assigned to a bot when the market opens, you must wait until after hours to change symbols to avoid the error. You can always add and replace symbols until you reach the limit.
{% endhint %}

<figure><img src="https://2799944806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYjluAVRcRcfh1YL43z%2Fuploads%2Fa5A7kxJJWUfX0Zq19wZb%2Fimage.png?alt=media&#x26;token=65ca15f5-092b-4777-9472-f91f2d47d9aa" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs.optionalpha.com/technical-documentation/troubleshooting/daily-symbol-limit-error.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.
