> For the complete documentation index, see [llms.txt](https://docs.algomojo.com/algomojo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algomojo.com/algomojo/my-strategies/watchlist/equtiy.md).

# Equtiy

<figure><img src="/files/Z6RdlKWQ5WkEt9t3SKJU" 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="/files/d3RG1ny9fHlvWpsaA1oH" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/Ul93BnBlrVYjFh4XtLWJ" 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.
