> ## Documentation Index
> Fetch the complete documentation index at: https://takeprofit.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Indicator Settings

Customize indicators from the settings dialog on the Chart Widget where they’re applied. You can do this whether the Indicators IDE Widget is open or when you’re using only the chart.

<video
  autoPlay
  muted
  loop
  playsInline
  className="w-full rounded-2xl"
  style={{
border: "1.9px solid rgba(179, 200, 224, 0.08)",
objectFit: "fill",
display: "block"
}}
  src="https://mintcdn.com/takeprofit-a5dc0462/67XMQdOAlONNWB1u/images/guide/platform/IDE-widget/2.8.1_Indicators_Settings.mp4?fit=max&auto=format&n=67XMQdOAlONNWB1u&q=85&s=db1e3b8a022b6f9f8d229ce0f3215870"
  data-path="images/guide/platform/IDE-widget/2.8.1_Indicators_Settings.mp4"
/>

Settings are accessible in two ways:

* Click the **gear icon** next to the indicator’s name above the chart.
* For **oscillators**, access the same gear icon below the chart area.

When clicked, a settings panel appears for the selected indicator.

***

## Inputs and Outputs

<video
  autoPlay
  muted
  loop
  playsInline
  className="w-full rounded-2xl"
  style={{
border: "1.9px solid rgba(179, 200, 224, 0.08)",
objectFit: "fill",
display: "block"
}}
  src="https://mintcdn.com/takeprofit-a5dc0462/67XMQdOAlONNWB1u/images/guide/platform/IDE-widget/2.8.1.3_Inputs.mp4?fit=max&auto=format&n=67XMQdOAlONNWB1u&q=85&s=5645b27011c3f5adb863a712f6ce686b"
  data-path="images/guide/platform/IDE-widget/2.8.1.3_Inputs.mp4"
/>

Every indicator includes two collapsible sections:

### **Inputs**

Defines how the indicator calculates its values.\
Typical parameters include:

* **Length** – the number of periods used in the calculation.
* **Source** – the data type (Close, Open, High, Low, etc.).
* **StdDev / Offset / Multiplier** – depending on the indicator type.

### **Outputs**

Controls the visual appearance of indicator components.\
You can:

* Change **line colors** and **styles**.
* Adjust **line thickness** using a slider.
* Toggle visibility for each output (e.g., upper/lower bands, basis line, background fill).

<video
  autoPlay
  muted
  loop
  playsInline
  className="w-full rounded-2xl"
  style={{
border: "1.9px solid rgba(179, 200, 224, 0.08)",
objectFit: "fill",
display: "block"
}}
  src="https://mintcdn.com/takeprofit-a5dc0462/67XMQdOAlONNWB1u/images/guide/platform/IDE-widget/2.8.1.4_Style.mp4?fit=max&auto=format&n=67XMQdOAlONNWB1u&q=85&s=3ee6103255093003bcc5e97a4558289c"
  data-path="images/guide/platform/IDE-widget/2.8.1.4_Style.mp4"
/>

The number and names of output elements vary by indicator — for example, *Bollinger Bands* has **Lower**, **Basis**, **Upper**, and **Background**.

***

## Resetting to Default

At the bottom of the settings window, you can click **Reset Settings** to restore the default parameters and styles.

***

These flexible settings let you fine-tune both the logic and the appearance of your indicators without modifying the code itself.
