# Up/Down Rally

The symbol up/down app allows you to view **historical price rally information i.e. how many time an the prices are up or down on consecutive numbers of days**

**Historical Up/Down Rally Days Indicators**

You can view all the historical up/down consecutive rally days on the chart. This will allow our users to quickly view the rally days where the instrument is continuously UP/DOWN or had No Change in price.

<figure><img src="/files/6lrrmoSv86OwkSzC2Bao" alt=""><figcaption></figcaption></figure>

* Price Direction
* From Date
* Days it is UP/DOWN or No Change
* First Price
* Last Price
* Returns (%) during the rally

**Highest Rally Day**

Will show you the highest rally day where the instrument was UP. Also indicate how many days the highest rally event occurred too.

**Total Up/Down or No Change Days**

Also, we added the total counts for all UP/DOWN or No Change Rally days, so that you can see how many days an instrument is UP/Down or had No Change in price for consecutive days.

<figure><img src="/files/FsUhTLNDHjR68FbRS56p" alt=""><figcaption></figcaption></figure>

**Historical Up/Down Data Grid**

<figure><img src="/files/D6llpsN7u2y6RPv3C8MF" alt=""><figcaption></figcaption></figure>

The data table display the following information too;

* Day of the Week
* Price Direction i.e. UP/DOWN or NO Change
* From Date
* Days i.e. How many consecutive days the instrument is either UP/DOWN or had No Change in price
* First Price of the rally start date
* Last Price of the rally end date
* Returns (%) i.e. The returns % within the rally days.

**Filters**

* You can filter the records by using your own custom date range

**Data Columns**

* **Day** - Display the name of the day. You can also filter on this column
* **Direction** - Up / Down or No Change. You can also filter on this column
* **From** - gives you the date of the start of the rally
* **Days** - shows how many consecutive days the price rally e.g 4 means the instrument is either up/down or no change for last 4 days from the start date i.e. 'From' Date
* **First Price** - shows the price on the first rally date
* **Last Price** - shows the price on the last rally date
* **Returns** - is the percentage returns of the Last Price vs First Price

If you want to see all the UP rally, then chose drop down from Direction and set to 'UP'.\
If you want to see all the DOWN rally, then chose drop down from Direction and set to 'DOWN'.\
If you want to see all the NOCHANGE rally, then chose drop down from Direction and set to 'NOCHANGE'.

The [up/down](https://www.klickanalytics.com/symbol_updown?s=TSLA) app will allow you to quickly view all the historical rally information in one place.


---

# 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://klickanalytics.gitbook.io/docs/apps/single-security-analysis/up-down-rally.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.
