すべてオブジェクトを削除【ObjectsDeleteAll】
int ObjectsDeleteAll(int window=EMPTY, int type=EMPTY) Removes all objects of the specified type and in…
int ObjectsDeleteAll(int window=EMPTY, int type=EMPTY) Removes all objects of the specified type and in…
string ObjectName(int index) The function returns the object name by its index in the objects list. To …
bool ObjectMove(string name, int point, datetime time1,double price1) The function moves an object coor…
double ObjectGetValueByShift(string name, int shift) The function calculates and returns the price valu…
int ObjectGetShiftByValue(string name, double value) The function calculates and returns bar index (shi…
string ObjectGetFiboDescription(string name, int index) The function returns the level description of a…
double ObjectGet(string name, int index) The function returns the value of the specified object propert…
int ObjectFind(string name) Search for an object having the specified name. The function returns index …
string ObjectDescription(string name) Return object description. For objects of OBJ_TEXT and OBJ_LABEL …
bool ObjectDelete(string name) Deletes object having the specified name. If the function succeeds, the …