%>
A1:EMA(OPEN,5),colorwhite;A2:EMA(A1,15),coloryellow;A3:EMA(OPEN,120),colormagenta;STICKLINE(A1>A2,A1,A2,1,1),colorred;STICKLINE(A1<A2,A1,A2,1,1),colorblue;