副图公式源码支持 手机/电脑
GUP1:=3;
GUP2:=MA(HHV(HIGH,485),17);
GUP3:=MA(HHV(HIGH,222),17);
GUP4:=MA(HHV(HIGH,96),17);
GUP5:=MA(LLV(LOW,485),17);
GUP6:=MA(LLV(LOW,222),17);
GUP7:=MA(LLV(LOW,96),17);
GUP8:=MA((GUP5*0.96+GUP6*0.96+GUP7*0.96+GUP2*0.558+GUP3*0.558+GUP4*0.558)/6,17);
GUP9:=MA((GUP5*1.25+GUP6*1.23+GUP7*1.2+GUP2*0.55+GUP3*0.55+GUP4*0.65)/6,17);
GUP10:=MA((GUP5*1.3+GUP6*1.3+GUP7*1.3+GUP2*0.68+GUP3*0.68+GUP4*0.68)/6,17);
GUP11:=MA((GUP8*3+GUP9*2+GUP10)/6*1.738,17);
GUP12:=IF(DATE<=1050531,GUP11,GUP11*DAY);
GUP13:=LOW;
GUP14:=REF(LOW,1);
GUP15:=SMA(ABS(GUP13-GUP14),3,1)/SMA(MAX(GUP13-GUP14,0),GUP1,1)*100;
GUP16:=MA(IF(CLOSE*1.35<=GUP12,GUP15*10,GUP15/10),GUP1);
GUP17:=LLV(LOW,30);
GUP18:=HHV(GUP16,30);
GUP20:=MA(IF(LOW<=GUP17,(GUP16+GUP18*2)/2,0),GUP1);
短线买:=IF(GUP20>500 AND GUP20>2500,1,0),COLORYELLOW;
短买:FILTER(短线买>=1,5),COLORYELLOW;
中线买:=IF(GUP20>10000 AND GUP20>20000,2,0),COLORMAGENTA,LINETHICK2;
中买:FILTER(中线买>=1,5),COLORMAGENTA,LINETHICK2;
吉祥买:=IF(GUP20>30000 AND GUP20>30000,3,0),COLORRED,LINETHICK3;
吉买:FILTER(吉祥买>=1,5),COLORRED,LINETHICK3;
选股公式源码
{选股公式一:短买}
GUP1:=3;
GUP2:=MA(HHV(HIGH,485),17);
GUP3:=MA(HHV(HIGH,222),17);
GUP4:=MA(HHV(HIGH,96),17);
GUP5:=MA(LLV(LOW,485),17);
GUP6:=MA(LLV(LOW,222),17);
GUP7:=MA(LLV(LOW,96),17);
GUP8:=MA((GUP5*0.96+GUP6*0.96+GUP7*0.96+GUP2*0.558+GUP3*0.558+GUP4*0.558)/6,17);
GUP9:=MA((GUP5*1.25+GUP6*1.23+GUP7*1.2+GUP2*0.55+GUP3*0.55+GUP4*0.65)/6,17);
GUP10:=MA((GUP5*1.3+GUP6*1.3+GUP7*1.3+GUP2*0.68+GUP3*0.68+GUP4*0.68)/6,17);
GUP11:=MA((GUP8*3+GUP9*2+GUP10)/6*1.738,17);
GUP12:=IF(DATE<=1050531,GUP11,GUP11*DAY);
GUP13:=LOW;
GUP14:=REF(LOW,1);
GUP15:=SMA(ABS(GUP13-GUP14),3,1)/SMA(MAX(GUP13-GUP14,0),GUP1,1)*100;
GUP16:=MA(IF(CLOSE*1.35<=GUP12,GUP15*10,GUP15/10),GUP1);
GUP17:=LLV(LOW,30);
GUP18:=HHV(GUP16,30);
GUP20:=MA(IF(LOW<=GUP17,(GUP16+GUP18*2)/2,0),GUP1);
短线买:=IF(GUP20>500 AND GUP20>2500,1,0),COLORYELLOW;
短买:FILTER(短线买>=1,5),COLORYELLOW;
{选股公式二:中买}
GUP1:=3;
GUP2:=MA(HHV(HIGH,485),17);
GUP3:=MA(HHV(HIGH,222),17);
GUP4:=MA(HHV(HIGH,96),17);
GUP5:=MA(LLV(LOW,485),17);
GUP6:=MA(LLV(LOW,222),17);
GUP7:=MA(LLV(LOW,96),17);
GUP8:=MA((GUP5*0.96+GUP6*0.96+GUP7*0.96+GUP2*0.558+GUP3*0.558+GUP4*0.558)/6,17);
GUP9:=MA((GUP5*1.25+GUP6*1.23+GUP7*1.2+GUP2*0.55+GUP3*0.55+GUP4*0.65)/6,17);
GUP10:=MA((GUP5*1.3+GUP6*1.3+GUP7*1.3+GUP2*0.68+GUP3*0.68+GUP4*0.68)/6,17);
GUP11:=MA((GUP8*3+GUP9*2+GUP10)/6*1.738,17);
GUP12:=IF(DATE<=1050531,GUP11,GUP11*DAY);
GUP13:=LOW;
GUP14:=REF(LOW,1);
GUP15:=SMA(ABS(GUP13-GUP14),3,1)/SMA(MAX(GUP13-GUP14,0),GUP1,1)*100;
GUP16:=MA(IF(CLOSE*1.35<=GUP12,GUP15*10,GUP15/10),GUP1);
GUP17:=LLV(LOW,30);
GUP18:=HHV(GUP16,30);
GUP20:=MA(IF(LOW<=GUP17,(GUP16+GUP18*2)/2,0),GUP1);
中线买:=IF(GUP20>10000 AND GUP20>20000,2,0),COLORMAGENTA,LINETHICK2;
中买:FILTER(中线买>=1,5),COLORMAGENTA,LINETHICK2;
{选股公式三:吉买}
GUP1:=3;
GUP2:=MA(HHV(HIGH,485),17);
GUP3:=MA(HHV(HIGH,222),17);
GUP4:=MA(HHV(HIGH,96),17);
GUP5:=MA(LLV(LOW,485),17);
GUP6:=MA(LLV(LOW,222),17);
GUP7:=MA(LLV(LOW,96),17);
GUP8:=MA((GUP5*0.96+GUP6*0.96+GUP7*0.96+GUP2*0.558+GUP3*0.558+GUP4*0.558)/6,17);
GUP9:=MA((GUP5*1.25+GUP6*1.23+GUP7*1.2+GUP2*0.55+GUP3*0.55+GUP4*0.65)/6,17);
GUP10:=MA((GUP5*1.3+GUP6*1.3+GUP7*1.3+GUP2*0.68+GUP3*0.68+GUP4*0.68)/6,17);
GUP11:=MA((GUP8*3+GUP9*2+GUP10)/6*1.738,17);
GUP12:=IF(DATE<=1050531,GUP11,GUP11*DAY);
GUP13:=LOW;
GUP14:=REF(LOW,1);
GUP15:=SMA(ABS(GUP13-GUP14),3,1)/SMA(MAX(GUP13-GUP14,0),GUP1,1)*100;
GUP16:=MA(IF(CLOSE*1.35<=GUP12,GUP15*10,GUP15/10),GUP1);
GUP17:=LLV(LOW,30);
GUP18:=HHV(GUP16,30);
GUP20:=MA(IF(LOW<=GUP17,(GUP16+GUP18*2)/2,0),GUP1);
吉祥买:=IF(GUP20>30000 AND GUP20>30000,3,0),COLORRED,LINETHICK3;
吉买:FILTER(吉祥买>=1,5),COLORRED,LINETHICK3; |