TOptionType
An enumeration of option types used for indicator and strategy parameters.
Values
LONGWORD
Represents an unsigned 32-bit integer
INTEGER
Represents a signed integer value
DOUBLE
Represents a floating-point number
STRING
Represents a text string
BOOLEAN
Represents a true/false value
ENUM_TYPE
Represents a selection from a list of predefined values
TIMEFRAME
Represents a chart timeframe
CURRENCY
Represents a currency selection
LINE_STYLE
Represents a line style for drawing
SEPARATOR
Represents a visual separator in the options dialog
INDICATOR
Represents an indicator selection
COLOR
Represents a color selection
DATE_TIME
Represents a date and time value
LEVELS
Represents level settings
SESSION
Represents a trading session
SESSIONS_ARRAY
Represents an array of trading sessions
Example Usage
Last updated