バーインデックスから価格を取得【ObjectGetValueByShift】
double ObjectGetValueByShift(string name, int shift) The function calculates and returns the price valu…
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 …
bool ObjectCreate(string name, int type, int window, datetime time1, doubleprice1, datetime time2=0, double pr…