# Pseudo-Symbols

## Pseudo-Symbols <a href="#pseudo-symbols" id="pseudo-symbols"></a>

Several ticker symbols we recognize do not represent actual data in our database. Instead, these symbols contain data that is useful in very specific contexts. We call these ticker symbols “Pseudo-Symbols.” One prominent pseudo-symbol we have is:

* **$ONE.** This index always contains the value “1” for all its data fields. It is mainly used to generate the reciprocal of any other ticker symbol in our database by using it in the first position of a Ratio Symbol - e.g., $ONE:$VIX. This is one easy way to create an inverse chart.

We have three symbols that are useful in creating ChartStyles that focus on relative strength:

* **$SYMBOL.** This index equals the “main” ticker symbol in a SharpChart.
* &#x200B;**$SECTOR.** This index equals the sector ETF of the sector to which the main ticker symbol belongs.
* **$INDUSTRY.** This index equals the industry index for the industry to which the main ticker symbol belongs.

So, for example, you could use these symbols to create a ChartStyle with a “Price” Indicator of “$SYMBOL:$SECTOR” - then, regardless of the ticker symbol you apply the style to, we would then plot a sector-based relative strength line on the chart. These pseudo-symbols are available with US symbols with a sector and industry assigned to them.

We also have several “theoretical” pattern symbols that contain “perfect” versions of different price patterns for use in studying the behavior of technical indicators when such patterns appear on a chart. All such symbols have “$TH” at their start, as seen below:

* **$THSAW.** This index contains a “perfect” sawtooth pattern for studying 45-degree reversals.
* **$THSINE.** This index contains a “perfect” sine-wave pattern for studying rounded reversals.
* **$THHS.** This index contains “perfect” head-and-shoulders reversal patterns.
* **$THEW.** This index contains “perfect” Elliott Wave patterns.
* **$THSS.** This index contains a “perfect” set of sawtooth wave patterns that are themselves contained in a larger period sawtooth pattern.


---

# 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://help.stockcharts.com/data-and-ticker-symbols/ticker-symbols/pseudo-symbols.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.
