gspt1:=DOWNNDAY(C,3);
gspt2:=EVERY(O>C,3);
gspt3:=C>=REF(MAX(C,O),3);
gspt4:=O<=REF(MIN(C,O),1);
gspt5:=REF(gspt1,1);
gspt6:=REF(gspt2,1);
gspt8:=gspt3 AND gspt4 AND gspt5;
gspt9:=gspt3 AND gspt4 AND gspt6;
一阳遮三阴:gspt9 OR gspt8,NODRAW,COLORYELLOW;
DRAWICON(一阳遮三阴,L,1);
STICKLINE(一阳遮三阴,C,O,1.5,0),COLORYELLOW;