換手:vol/CAPITAL*100,NODRAW; 低換手小于2:換手<2,COLORFFFF00,NODRAW; 溫和換手2到5:換手>2 AND 換手<5,colormagenta,NODRAW; 熱換手5到11:換手>5 AND 換手<11,coloryellow,NODRAW; 燙手換手11到17:換手>11 AND 換手<17,colorred,NODRAW; 高潮換手大于17:換手>17,colorgreen,NODRAW; 五日均換手:MA(換手,5); 十日均換手:MA(換手,10); stICKLINE(換手<2,0,換手,2.3,0),COLORFF4400; STICKLINE(換手<2,0,換手,1.8,0),COLORFF6600; STICKLINE(換手<2,0,換手,1.3,0),COLORFF9900; STICKLINE(換手<2,0,換手,0.6,0),COLORFFCC00; STICKLINE(換手<2,0,換手,0.3,0),colorgreen; STICKLINE(換手>2 AND 換手<5,0,換手,2.3,0),COLORFF0033; STICKLINE(換手>2 AND 換手<5,0,換手,1.8,0),COLORFF0066; STICKLINE(換手>2 AND 換手<5,0,換手,1.2,0),COLORFF0099; STICKLINE(換手>2 AND 換手<5,0,換手,0.6,0),COLORFF00CC; STICKLINE(換手>2 AND 換手<5,0,換手,0.3,0),COLORFF00FF; STICKLINE(換手>5 AND 換手<11,0,換手,2.3,0),COLOR0035FF; STICKLINE(換手>5 AND 換手<11,0,換手,1.8,0),COLOR0064FF; STICKLINE(換手>5 AND 換手<11,0,換手,1.3,0),COLOR0093FF; STICKLINE(換手>5 AND 換手<11,0,換手,0.8,0),COLOR00C2FF; STICKLINE(換手>5 AND 換手<11,0,換手,0.3,0),COLOR00FFFF; STICKLINE(換手>11 AND 換手<17,0,換手,2.3,0),COLOR000055; STICKLINE(換手>11 AND 換手<17,0,換手,2,0),COLOR000077; STICKLINE(換手>11 AND 換手<17,0,換手,1.8,0),COLOR000099; STICKLINE(換手>11 AND 換手<17,0,換手,1.5,0),COLOR0000BB; STICKLINE(換手>11 AND 換手<17,0,換手,0.9,0),COLOR0000DD; STICKLINE(換手>11 AND 換手<17,0,換手,0.3,0),COLOR0000FF; STICKLINE(換手>17,0,換手,2.3,0),COLOR006000; STICKLINE(換手>17,0,換手,2.1,0),COLOR007500; STICKLINE(換手>17,0,換手,1.8,0),COLOR009100; STICKLINE(換手>17,0,換手,1.3,0),COLOR00A600; STICKLINE(換手>17,0,換手,0.8,0),COLOR00BB00; STICKLINE(換手>17,0,換手,0.3,0),COLOR00CC00; DRAWICON(換手>25,換手,15); |
|