TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ObjectGetDouble ( long  chart_id,
string  object_name,
int  prop_id,
int  prop_modifier,
out double  double_var 
)

Returns the value of the corresponding object property. The object property must be of the double type

Parameters
chart_idChart identifier
nameObject name
prop_idID of the object property. The value can be one of the following values:
OBJPROP_PRICEPrice coordinatedouble modifier=number of anchor point
OBJPROP_LEVELVALUELevel valuedouble modifier=level number
OBJPROP_SCALEScale (properties of Gann objects, Fibonacci Arcs and Ellipse)double
OBJPROP_ANGLEAngle.  For the objects with no angle specified, created from a program, the value is equal to EMPTY_VALUEdouble
OBJPROP_DEVIATIONDeviation for the Standard Deviation Channeldouble
prop_modifierModifier of the specified property. Most properties do not require a modifier.
It denotes the number of the level in Fibonacci tools and in the graphical object Andrew's pitchfork. The numeration of levels starts from zero.
double_varVariable of the double type that received the value of the requested property
Returns
True, if this property is maintained and the value has been placed into the double_var variable, otherwise returns false