hlc:=ref(ma((high+low+close)/3,n),1);hv:=ema(hhv(high,n),3);lv:=ema(llv(low,n),3);stor:=ema(2*hv-lv,3);midr:=ema(hlc+hv-lv,3);wekr:=ema(hlc*2-lv,3);weks:=ema(hlc*2-hv,3);mids:=ema(hlc-hv+lv,3);stos:=ema(2*lv-hv,3);xg:count(c>ref(c,1)*1.099,(120))>1 and l*0.97;{个人看法,... 20210311
upper:=(1+11/100)*ma(close,10);lower:=(1-9/100)*ma(close,10);ene:=(upper+lower)/2;xg:ref(count(c/ref(c,1)>1.097 and c=h,120)=1,2)and ref(c/ref(c,1)>1.097 and c=h,2)and ref(c(c,1),1)and ref(count...