var2:=hhv(h,70),nodraw; var3:=hhv(h,20),nodraw; 白龙:ma(c,125),colorwhite,nodraw; 黄龙:白龙+2*std(c,170),coloryellow,nodraw; 紫龙:白龙-2*std(c,145),colormagenta,nodraw; 青龙:sar(125,1,7),colorcyan,nodraw; 红龙:var2*0.83,colorred,nodraw; 蓝龙:var3*0.91,colorblue,nodraw; drawband(蓝龙,rgb(0,0,250),0,drawnull); stickline(青龙>ref(青龙,1),青龙,0,18,0),color000099; stickline(红龙>白龙 and 蓝龙>白龙,青龙,白龙,0.5,0),coloryellow; notextx1:红龙,colorred,linethick3; notextx2:白龙,colorwhite,circledot,linethick2; notextx3:黄龙,coloryellow,linethick1; notextx4:紫龙,colormagenta; notextx5:青龙,colorcyan,dotline; drawicon(cross(蓝龙,青龙) and 蓝龙>ref(蓝龙,1),青龙,25); 傲视神龙:cross(蓝龙,青龙) and 蓝龙>ref(蓝龙,1); 
|