p:=(high + low + close)/3;cci:=(p-ma(p,n))*100/(1.5***edev(p,n)),colorwhite;-100,pointdot,color00aa00;100,pointdot,color00aa00;select:count(c<ref(c,1),5) and ref(count(cci<-100,3),3) and cross...
ema13:=ema(c,13),colorwhite;ema21:=ema(c,21),coloryellow;ema34:=ema(c,34),colorff00ff;ema60:=ma(c,60),colorffcc66;var2:=(2*close+high+low)/4;var3:=if(year>=2099 and month>2,0,1);var4:=llv(low,5)...