Types
This section provides documentation for various types used in indicators. These types define the structure and behavior of indicator options and chart objects.
Available Types
TOptionType
: Defines the type of an option parameter.TObjectType
: Defines the types of chart objects that can be created.TOutputWindow
: Defines where an indicator should be displayed on the chart.TPenStyle
: Defines the style of lines used in indicators and chart objects.TDrawStyle
: Defines how indicator values should be visually represented on the chart.ObjProp
: Defines the properties that can be accessed for chart objects.TIndexBuffer
: Represents a buffer for storing indicator values.TVisibleBufferInfo
: Represents the visual properties and information about an indicator buffer.FTODate
: Represents a date and time value in the format of the trading platform.
Click on the type name to view its detailed documentation.
Last updated