可以
x坐标不能控制, y坐标 能 在 数值 的位置 最好
c1:=cross(macd1,0);
c2:=cross(0,macd1);
drawtext(c1,ref(llv(macd1,barslast(c2)+1),1),numtostr(ref(llv(macd1,barslast(c2)+1),1),2));
drawtext(c2,ref(hhv(macd1,barslast(c1)+1),1),numtostr(ref(hhv(macd1,barslast(c1)+1),1),2));