View Single Post
 
Old 03-19-2007, 04:42 AM
yano125 yano125 is offline
Member
 
Join Date: Jul 2006
Posts: 73
yano125 is on a distinguished road
Can someone please update indicator?

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

Last edited by yano125; 03-20-2007 at 07:26 AM.