# Configure Indicator

This section provides functions to configure and customize indicators. These functions allow you to set styles, buffers, and other properties of indicators.

***

## Available Functions

* [`AddLevel`](/fto-indicators-docs/configure_indicator/add-level.md): Adds a level to an indicator.
* [`SetIndexStyle`](/fto-indicators-docs/configure_indicator/set-index-style.md): Sets the style of an indicator index.
* [`CreateIndexBufferWithArgs`](/fto-indicators-docs/configure_indicator/create-index-buffer-with-args.md): Creates an index buffer with arguments.
* [`SetOutputWindow`](/fto-indicators-docs/configure_indicator/set-output-window.md): Sets the output window for an indicator.
* [`IndicatorDigits`](/fto-indicators-docs/configure_indicator/indicator-digits.md): Sets the number of digits for an indicator.
* [`CountedBars`](/fto-indicators-docs/configure_indicator/counted-bars.md): Retrieves the number of counted bars.
* [`SetBufferShift`](/fto-indicators-docs/configure_indicator/set-buffer-shift.md): Sets the buffer shift for an indicator.
* [`GetBufferInfo`](/fto-indicators-docs/configure_indicator/get-buffer-info.md): Retrieves information about a buffer.
* [`SetIndexDrawBegin`](/fto-indicators-docs/configure_indicator/set-index-draw-begin.md): Sets the draw begin index for an indicator.
* [`GetBufferMin`](/fto-indicators-docs/configure_indicator/get-buffer-min.md): Retrieves the minimum value of a buffer.
* [`GetBufferCount`](/fto-indicators-docs/configure_indicator/get-buffer-count.md): Retrieves the count of a buffer.
* [`GetBufferMax`](/fto-indicators-docs/configure_indicator/get-buffer-max.md): Retrieves the maximum value of a buffer.
* [`Set buffer value`](/fto-indicators-docs/configure_indicator/set-buffer-value.md): Sets a value in a buffer.
* [`Get buffer value`](/fto-indicators-docs/configure_indicator/get-buffer-value.md): Retrieves a value from a buffer.
* [`SetIndexLabel`](/fto-indicators-docs/configure_indicator/set-index-label.md): Sets the label for an indicator index.
* [`SetIndexSymbol`](/fto-indicators-docs/configure_indicator/set-index-symbol.md): Sets the symbol for an indicator index.
* [`SetIndexVisibility`](/fto-indicators-docs/configure_indicator/set-index-visibility.md): Sets the visibility of an indicator index.
* [`SetIndexChartOverlay`](/fto-indicators-docs/configure_indicator/set-index-chart-overlay.md): For oscillator indicators, draws a selected buffer on the main chart instead of the oscillator subwindow.
* [`SetIndexBuffer`](/fto-indicators-docs/configure_indicator/set-index-buffer.md): Sets the buffer for an indicator index.
* [`CreateIndexBuffer`](/fto-indicators-docs/configure_indicator/create-index-buffer.md): Creates an index buffer.
* [`IndicatorBuffers`](/fto-indicators-docs/configure_indicator/indicator-buffers.md): Manages indicator buffers.
* [`SetLevelValue`](/fto-indicators-docs/configure_indicator/set-level-value.md): Sets the value of a level.
* [`RecalculateMeAlways`](/fto-indicators-docs/configure_indicator/recalculate-me-always.md): Sets the indicator to always recalculate.
* [`SetBackOffsetForCalculation`](/fto-indicators-docs/configure_indicator/set-back-offset-for-calculation.md): Sets the back offset for calculation.
* [`SetFixedMinMaxValues`](/fto-indicators-docs/configure_indicator/set-fixed-min-max-values.md): Sets fixed min and max values for an indicator.
* [`SetIndicatorIdKey`](/fto-indicators-docs/configure_indicator/set-indicator-id-key.md): Sets the ID key for an indicator.
* [`SetEmptyValue`](/fto-indicators-docs/configure_indicator/set-empty-value.md): Sets the empty value for an indicator.
* [`IndicatorShortName`](/fto-indicators-docs/configure_indicator/indicator-short-name.md): Sets the short name for an indicator.

***

Click on any function name to view its detailed documentation.


---

# 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://fto-2.gitbook.io/fto-indicators-docs/configure_indicator.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.
