TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool IndicatorSetDouble | ( | int | prop_id, |
double | prop_value | ||
) |
Sets the value of the corresponding indicator property. Indicator property must be of the double type
prop_id | Identifier of the indicator property. The value can be one of the following values:
| ||||||
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.