
Originally Posted by
;
hey guys, can somebody help me out? I've tried different combinations of OBJPROP_ANCHOR, OBJPROP_YDISTANCE, etc. I am trying to line the text up using the fib line. As you can see, it's below and also far right. I'd love to center it using the fib lineup and proceed to the left. What am I lost?? ObjectDelete(IN_BT1_Tex);//that sets text at IntraDay_Fib_DLong!!!! ObjectCreate(0,IN_BT1_Tex,OBJ_TEXT,0,0,0); ObjectSet(IN_BT1_Tex, OBJPROP_TIME1, curTime shift); ObjectSet(IN_BT1_Tex, OBJPROP_PRICE1, Intraday_Fib_BT1); // ObjectSetInteger(0,IN_BT1_Tex,OBJPROP_ANCHOR,ANCHO R_CENTER);...