TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ObjectMove ( string  name,
int  point,
DateTime  time1,
double  price1 
)

Changes coordinates of the specified anchor point of the object at the specified chart

Parameters
nameObject name
pointIndex of the anchor point. The number of anchor points depends on the type of object.
time1Time coordinate of the selected anchor point
price1Price coordinate of the selected anchor point
Returns
If successful, returns true, in case of failure returns false. To read more about the error call GetLastError().

The function moves an object coordinate in the chart. Objects can have from one to three coordinates depending on their types.
The object coordinates are numbered starting from 0