kfmfe04
New member
Code:
def Y1High = Highest(High,252);
plot h = Y1High;
plot h9 = 0.9 * Y1High;
plot h8 = 0.8 * Y1High;
plot h7 = 0.7 * Y1High;
plot h6 = 0.6 * Y1High;
plot h5 = 0.5 * Y1High;
plot h4 = 0.4 * Y1High;
Used as a study, this code draws 7 lines using standard colors somewhere in ThinkScript.
How do I retrieve these colors so I can use them with
Code:
addlabel(1, "52W High", colorForH);