TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool IndicatorSetInteger | ( | int | prop_id, |
int | prop_modifier, | ||
int | prop_value | ||
) |
Sets the value of the corresponding indicator property. Indicator property must be of the int type
prop_id | Identifier of the indicator property. The value can be one of the following values:
| ||||||||||||||||||||||||||||
prop_modifier | Modifier of the specified property. Only level properties require a modifier. Numbering of levels starts from 0. It means that in order to set property for the second level you need to specify 1 | ||||||||||||||||||||||||||||
prop_value | Value of property |
Numbering of properties (modifiers) starts from 1 (one) when using the #property directive,
while the function uses numbering from 0 (zero). In case the level number is set incorrectly, indicator
display can differ from the intended one.