> For the complete documentation index, see [llms.txt](https://docs.tradesmartalgo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradesmartalgo.com/how-to-import-export-tradingview-strategy-settings.md).

# How To Import/Export Tradingview Strategy Settings

{% hint style="info" %}
For this solution you will need to use Google Chrome, as the tool we use is a Chrome Extension.
{% endhint %}

### Step 1

Open the [Tradingview Assistant](https://chrome.google.com/webstore/detail/tradingview-assistant/pfbdfjaonemppanfnlmliafffahlohfg).

Then click the "Add To Chrome" button.

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

### Step 2

Now, if you open up the strategy settings in Tradingview, at the bottom, you will see an export and import button.

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

If you click on the right button (export), you will download a CSV file that contains data for the strategy settings.

{% hint style="info" %}
DO NOT OPEN the csv file as it might be corrupted and you won't be able to import it.
{% endhint %}

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

### Step 3

Now, you can send the downloaded file to others. To import the file, click on the left button (import) and choose the file you would like to import.

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

Choose the file you would like to import.

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

Wait until the import finishes.

{% hint style="info" %}
Please be aware that if you don't see the results you expected, that might happen because of the following issues:
{% endhint %}

* Check the timeframe, and trading pair
* Check the transaction fee setting, as it is not copied by the extension
* You might not have the same Tradingview plan as the one who exported, so you may see more or less data.

#### Congratulations, now you can import and export settings.


---

# 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:

```
GET https://docs.tradesmartalgo.com/how-to-import-export-tradingview-strategy-settings.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.
