AddOptionValue
Adds a possible value for an enum-type option.
Syntax
Parameters
name
- A string containing the name of the option to add a value to.value
- A string containing the value to add to the option.
Return Value
This method does not return a value.
Description
The AddOptionValue
method adds a possible value for an enum-type option. This is used to define the possible values that users can select for an enum option in an indicator or strategy.
Example
Last updated