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: Adds a level to an indicator.SetIndexStyle: Sets the style of an indicator index.CreateIndexBufferWithArgs: Creates an index buffer with arguments.SetOutputWindow: Sets the output window for an indicator.IndicatorDigits: Sets the number of digits for an indicator.CountedBars: Retrieves the number of counted bars.SetBufferShift: Sets the buffer shift for an indicator.GetBufferInfo: Retrieves information about a buffer.SetIndexDrawBegin: Sets the draw begin index for an indicator.GetBufferMin: Retrieves the minimum value of a buffer.GetBufferCount: Retrieves the count of a buffer.GetBufferMax: Retrieves the maximum value of a buffer.Set buffer value: Sets a value in a buffer.Get buffer value: Retrieves a value from a buffer.SetIndexLabel: Sets the label for an indicator index.SetIndexSymbol: Sets the symbol for an indicator index.SetIndexVisibility: Sets the visibility of an indicator index.SetIndexBuffer: Sets the buffer for an indicator index.CreateIndexBuffer: Creates an index buffer.IndicatorBuffers: Manages indicator buffers.SetLevelValue: Sets the value of a level.RecalculateMeAlways: Sets the indicator to always recalculate.SetBackOffsetForCalculation: Sets the back offset for calculation.SetFixedMinMaxValues: Sets fixed min and max values for an indicator.SetIndicatorIdKey: Sets the ID key for an indicator.SetEmptyValue: Sets the empty value for an indicator.IndicatorShortName: Sets the short name for an indicator.
Click on any function name to view its detailed documentation.
Last updated