# SharpCharts

## What is a SharpChart? <a href="#overview" id="overview"></a>

A **SharpChart** is a technical chart that plots price values for a ticker symbol (“dataset”) over time. SharpCharts has a large number of chart settings that can be used to customize the chart, as well as a huge collection of technical indicators and overlays that can be added. A complete description of all of the chart types and technical indicators supported by SharpCharts can be found in the [ChartSchool](https://chartschool.stockcharts.com) area of our website.&#x20;

SharpCharts are sent to your web browser as a regular Internet image file (in “png” format), meaning that you can treat a SharpChart exactly the same as you would treat any other Internet-based image. You can copy and paste it into other documents, save it to your hard disk or a photo-organizing program, email it to friends, draw on it with a drawing program, and much more.

Furthermore, you do not have to install any additional browser plug-ins or other software in order to view our charts; they can be viewed on any Internet-connected device that has a web browser.

### Creating a SharpChart <a href="#creating_a_sharpchart" id="creating_a_sharpchart"></a>

SharpCharts can be created using the **Create-a-Chart bar** at the top of each page on our website. Simply enter the ticker symbol of the stock you are interested in (or part of its name if you don't know the symbol), select **SharpChart** from the dropdown menu (if it isn't already selected), and press Enter or click **Go**.

<figure><img src="/files/eskMpR3EN080YKZThWwD" alt=""><figcaption><p>Creating a SharpChart from the Create-a-Chart bar.</p></figcaption></figure>

## SharpCharts Format <a href="#sharpcharts_format" id="sharpcharts_format"></a>

All SharpCharts have several common visual elements regardless of their settings. The diagram below shows each of these features on a typical SharpChart.

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

The common elements in SharpCharts are as follows:

**1—** The Main Ticker symbol

**2—** The Chart Header area

**3—** The Price Plot area

**4—** The Horizontal Time axis

**5**— The Primary Vertical axis

**6—** (Optional) A Secondary Vertical axis

**7—** (Optional) One or more Technical Overlays

**8—** (Optional) One or more Technical Indicator panels

The information displayed in the Chart Header varies depending on the chart configuration, but, at a minimum, it includes the following:

* The Ticker Symbol of the dataset that is displayed in the Price Plot area
* The Date and Time of the latest data point (using the time zone of the exchange)
* Open, High, Low, and Close (OHLC) values of the latest data point
* Volume for the latest data point
* Change in price since the previous close (see our [Percent Change FAQ](/learning-more/frequently-asked-questions-faqs.md#how-is-percent-change-calculated) for more information)

## The SharpCharts Workbench

The SharpCharts Workbench is our flagship charting tool, where you can create, view, share, modify, annotate, and save all your charts.&#x20;

{% hint style="info" %}
**Learn More:** [The SharpCharts Workbench](/charts-and-tools/sharpcharts/sharpcharts-workbench.md)
{% endhint %}

## StockCharts Mobile App

For accessing SharpCharts on the go, we recommend our StockCharts Mobile App, available for iOS devices.&#x20;

This app allows you to quickly view your saved charts or create a new chart on the fly.

{% hint style="info" %}
Learn More: [StockCharts Mobile App](/charts-and-tools/sharpcharts/stockcharts-mobile-app.md)
{% endhint %}


---

# 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/charts-and-tools/sharpcharts.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.
