# Equtiy

<figure><img src="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FhliNKSDw61LFQqZMoiI4%2FScreenshot%202025-03-15%20131919.png?alt=media&#x26;token=345ca252-037f-4491-af8e-8058835892a3" alt=""><figcaption></figcaption></figure>

The watch list is a fundamental feature that allows users to include multiple stock symbols within a single equity strategy for their convenience. Each equity strategy can have its distinct watch list.&#x20;

<figure><img src="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FQI8HpZaAQ0lXXupPwPwu%2FScreenshot%202025-03-15%20131935.png?alt=media&#x26;token=3c2b95b6-1faf-4199-90be-ce637839f2b3" alt=""><figcaption></figcaption></figure>

## **How to upload symbols to the watchlist?**

<figure><img src="https://3325206621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVBwGEcLA1yP8wEVFrXXf%2Fuploads%2FR0C1HGUJMFndvpErlE4W%2FCutting%20Short%20Video.gif?alt=media&#x26;token=b9ea30df-9494-4da0-a65f-f07c0c8116d0" alt=""><figcaption></figcaption></figure>

The Algomojo app enables users to upload their watch list directly from their system via a CSV file using the upload button in the watchlist section.

### CSV Format

The basic format to be followed by a user while uploading a CSV file to the watchlist section.

<table><thead><tr><th width="197">Columns </th><th width="259">Description</th><th width="92">Mandatory</th><th>Possible Values </th></tr></thead><tbody><tr><td>CHART_SYMBOL</td><td>Symbols that are compatible with various tools such as TradingView, Amibroker, and Chartink</td><td>Yes</td><td>INDHOTELS</td></tr><tr><td>EXCHANGE</td><td>NSE, NFO, BSE and BFO</td><td>Yes</td><td>NSE</td></tr><tr><td>TRADING_SYMBOL</td><td>Symbols which are accepted by the broker</td><td>Yes</td><td>INDHOTELS-EQ</td></tr><tr><td>QUANTITY</td><td>Total number of stocks</td><td>Yes</td><td>35</td></tr><tr><td>CAPITAL</td><td>Number of stocks based on Capital</td><td>Yes</td><td>10,000</td></tr></tbody></table>

## Tradingview Watchlist&#x20;

```
 {
  "date": "{{timenow}}",
  "symbol": "{{ticker}}",
  "action": "{{strategy.order.action}}"
 }
```

If you plan to trade multiple symbols using a single strategy, you must add all the symbols to the watch list. The chart symbol serves as a unique identifier for the script you wish to trade. Make sure to include the specified Custom Data in the Tradingview Message box, and insert the chart symbol in the "{{ticker}}" field. Additionally, you will need to create separate alerts for each symbol you intend to trade on Tradingview.


---

# 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.algomojo.com/algomojo/my-strategies/watchlist/equtiy.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.
