> For the complete documentation index, see [llms.txt](https://fto-2.gitbook.io/fto-indicators-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fto-2.gitbook.io/fto-indicators-docs/configure_indicator.md).

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