gspt1:=AMOUNT;
gspt2:=1.9;
gspt3:=VOL/REF(VOL,1)>1.97;
gspt4:=CLOSE>OPEN;
gspt5:=MA(CLOSE,12)>MA(CLOSE,26);
gspt6:=CLOSE/REF(CLOSE,1)>1.09465;
财多多:REF(gspt1,1)<=gspt1*gspt2 AND gspt3 AND gspt4 AND gspt5 AND gspt6,COLORBROWN;
STICKLINE(财多多,2.5,3.5,3,0),COLORWHITE;
STICKLINE(财多多,0,3,7,0),COLORRED;
STICKLINE(财多多,0,1.5,10,0),COLORYELLOW;
DRAWTEXT(财多多,3,'财'),COLOR000000;
DRAWTEXT(财多多,2,'多'),COLOR000000;
DRAWTEXT(财多多,1,'多'),COLOR000000;