> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/topstepx-mobile/mobile-tradingview-tm-charts.md).

# Mobile TradingView™ Charts

## Changing Symbols

To change the symbol on your Chart from your mobile device, simply click the "+" button near the right side of the chart and select the symbol from the drop-down.<br>

<figure><img src="/files/4FVOfZkgeC9JP9iRgDSM" alt="" width="269"><figcaption></figcaption></figure>

<figure><img src="/files/t471BbGH3gNtnFvakRSZ" alt="" width="294"><figcaption></figcaption></figure>

## Take Profit / Stop Loss Orders

When you have an active position on the chart, simply click the position indicator, and then click and drag it up or down to create a TP (Take Profit bracket) or SL (Stop Loss bracket). Upon clicking the position on the mobile chart, a "blue outlined dot" will appear on the position line near the price to indicate it has been activated to move.

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

After entering your TP and SL orders, you can modify the price level by simply clicking the order, and then clicking and dragging the order to your desired price level.&#x20;

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

## Order Types Available on Mobile Charts

The mobile charts support Buy/Sell Market, Limit, Stops, and Trailing Stop orders. To execute the various order types from your mobile chart, simply click the "+" button near the right side of the chart and select the order type from the drop-down.\ <br>

<figure><img src="/files/ypKPzEM7IUM5HbX0NRPF" alt="" width="269"><figcaption></figcaption></figure>

<figure><img src="/files/Ffezm8w22QgY3wxdI4oD" alt="" width="375"><figcaption></figcaption></figure>

For more information on the TradingView™ charts and the available settings, please visit the TradingView Charts article [here](https://help.projectx.com/components/tradingview-tm-charts).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.topstepx.com/topstepx-mobile/mobile-tradingview-tm-charts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
