DislikedPlease can someone show me how to make these numbers in sweetspots on the charts a bit larger {image} {file}Ignored
You can set the size there.
Attached File(s)
Inserted Code
extern int SizeLabel = 3 ;
if(Show_Labels)
{
string Obj0002 = linename+"linelbl" ;
ObjectDelete(Obj0002);
if(ObjectFind(Obj0002) != 0)
{
ObjectCreate(Obj0002,OBJ_ARROW,0,Time[0],level);
ObjectSet(Obj0002,OBJPROP_ARROWCODE,SYMBOL_RIGHTPRICE);
ObjectSet(Obj0002,OBJPROP_COLOR,col1);
ObjectSet(Obj0002,OBJPROP_WIDTH,SizeLabel);
}
else
{
ObjectMove(Obj0002,0,Time[0],level);
}
} .ex4/.ex5 files can't be fixed or modified / I'm not a coder!
1