# Configure TradingView

## General

### Disable “arguments”

The arguments represent all the options that you can modify such as: the argument of the length of a moving average is a number. All these arguments will appear next to the name of your indicators and you can deactivate them.

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2FIWCLPfqRVrR3PX0IOsbY%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-27%20a%CC%80%2014.43.40.png?alt=media&#x26;token=bcd19101-75bd-4a9b-98a9-4dc736717b9f" alt=""><figcaption></figcaption></figure>

Click the three-dot menu, then “Settings.” A window appears and in the “Status Line” tab, you can deactivate the “arguments”.

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2Fq1JM7RfUPStxuybOGlPm%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-27%20a%CC%80%2014.53.17.png?alt=media&#x26;token=5ba6463e-d470-4411-8afd-67735d1a90ef" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2FkNZDAHAPCsqkkXg3BDc1%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-27%20a%CC%80%2014.44.23.png?alt=media&#x26;token=ba1d92a2-e0ae-48c6-ab40-9284c155f01e" alt=""><figcaption></figcaption></figure>

### Disable “values”

You can also disable the values returned by the indicators for more clarity on your charts.

The values can be important if you are backtesting strategies with multiple indicators. It is not always easy to see on which candle a cross takes place, etc.

## Trend Candles

The Trend Candles indicator has its own logic, in addition to coloring the candles it will add them to the chart. It is recommended to remove those offered by TradingView.

Go to the graphic charter settings:

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2FDHw2eA6wKS7H9LLQSSjK%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-27%20a%CC%80%2015.07.27.png?alt=media&#x26;token=20e7fe48-628b-4f5e-bb99-da276dd34847" alt=""><figcaption></figcaption></figure>

In the first tab you can deactivate the bodies, contours and wicks of the candles.

## Automated scripts

Attention ! Automated scripts may have bugs, errors, lags, etc. Even if we take the greatest care to the quality of our scripts, we are dependent on known flaws in the TradingView language: PineScript.

You can lighten your charts by removing the position name (Signal Labels) and/or the position size (Quantity).&#x20;

Go to settings, then style:

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2FIk4rplamCUbbwoCm5guC%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-25%20a%CC%80%2019.35.33.png?alt=media&#x26;token=36667196-5046-4f79-a5f9-ff80e123e64e" alt=""><figcaption></figcaption></figure>

## Tips

### Save all the settings of a strategy in 1 image

Start by reducing the size of your chart so that you can place the strategy settings window on the right.

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2F1gUCIUPiywqWczySn43y%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-27%20a%CC%80%2020.24.54.png?alt=media&#x26;token=09ed6c52-d5cd-42d9-9112-32ac692b3366" alt=""><figcaption></figcaption></figure>

Open Settings, move the window to the right and take a screenshot.&#x20;

You now have all the information you need to return to your backtests.

<figure><img src="https://1714379931-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdNlydghV7UyTeJjHRPKd%2Fuploads%2F12GhhCgHAKtjEsaJQAbx%2FCapture%20d%E2%80%99e%CC%81cran%202024-04-27%20a%CC%80%2020.24.14.png?alt=media&#x26;token=22b8198a-f17a-4b26-97e1-f0e242a2801a" alt=""><figcaption></figcaption></figure>

### Keyboard shortcuts

There is no need to learn them by heart, I recommend that you learn them one by one.

{% embed url="<https://www.tradingview.com/support/shortcuts/>" %}

You can start with the 2 most important in my opinion:

* Move graph left/right: Shift+Mouse wheel,
* Focused Zoom: Control/Command + Mouse Wheel.
