#Alterations By Greg -Thanks :) Input u = 0; Input l = -0; def it = close ("$tick"); AddChartLabel(open, concat(it , concat(" ", If it < l then "neg" else If it > u then "pos" else "")), If it > u then color.green else If it < l then color.light_red else color.white);
No comments :
Post a Comment