价因子:IF(CLOSE/OPEN>1.06,2.5,0),colorred; STICKLINE(价因子,0,1,3,0),colorred; 量变线:vol/MA(VOL,5); 量因子:IF(VOL/MA(VOL,5)>2,2.5,0); STICKLINE(量因子,0,1,3,0),coloryellow; 共振线:2;