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

Parameters
prop_idIdentifier of the indicator property. The value can be one of the following values:
INDICATOR_MINIMUMMinimum of the indicator windowdouble
INDICATOR_MAXIMUMMaximum of the indicator windowdouble
prop_valueValue of property
Returns
In case of successful execution, returns true, otherwise - false

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.