Quote:
|
Originally Posted by Kalenzo
For dynamic label U can use my function :
void drawLabel(string name,double lvl,color Color)
{
if(ObjectFind(name) != 0)
{
ObjectCreate(name, OBJ_TEXT, 0, Time[10], lvl);
ObjectSetText(name, name, 8, "Arial", EMPTY);
ObjectSet(name, OBJPROP_COLOR, Color);
}
else
{
ObjectMove(name, 0, Time[10], lvl);
}
}
Adjust Time[x] param for better presentation.
|
Hi. Oracle asked for some help to improve his indicator. I was just wondering.... Kalenzo proposed something above (I assume it to be a response to Oracle's request for help). However, no one has put up an improved indicator incorporating this change. Or am I just missing it?
If no one has done it, can somebody knowledgeable do this if Oracle and Kalenzo can not do it for now?
Thank you