Hello,
I just try my Label Object and some other objects could moves with Bid prices together.
So please help me I already spent a tons time for this issue.
( I am still working on it. )
All the best.
I just try my Label Object and some other objects could moves with Bid prices together.
So please help me I already spent a tons time for this issue.
( I am still working on it. )
All the best.
Inserted Code
int OnInit()
{
ObjectCreate (0,"Label",OBJ_LABEL,0,0,0);
ObjectSetInteger(0,"Label",OBJPROP_COLOR,clrWhite);
ObjectSetInteger(0,"Label",OBJPROP_XDISTANCE,20);
ObjectSetInteger(0,"Label",OBJPROP_YDISTANCE,20);
}
void OnTick()
{
ObjectSetInteger(0,_prefix+"Label",OBJPROP_YDISTANCE,Bid);
}