ABC1:=HHV(HIGH,10)/LLV(LOW,10)<1.25 AND REF(CLOSE,1)<LLV(LOW,15)+(HHV(HIGH,15)-LLV(LOW,15))*0.85 AND CLOSE>OPEN AND CLOSE>=HHV(HIGH,10);
ABC2:=(CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*100>9.8;
ABC3:=(OPEN-REF(CLOSE,1))/REF(CLOSE,1)*100<5.5;
ABC4:=NOT(OPEN=HIGH);
ABC5:=NOT(REF(CLOSE,1)/REF(CLOSE,2)>1.098);
XG:ABC1 AND ABC2 AND ABC3 AND ABC4 AND ABC5;