吉祥上攻买入 中线短线强劲《通达信+指标+公式+副图+源码》分享

[复制链接]
查看23132 | 回复0 | 2023-4-25 09:19 | 显示全部楼层 |阅读模式
叶梵宸指标论坛免责声明
叶梵宸指标公式网(www.yefanchen.com)提醒您:本版块指标由市场整理提供 本指标不提供安装指导与使用方法 源码指标自行复制下载后 自行研究 股市是具有不确定性和不可预测性的,请正常对待和使用指标公式!如存在原创侵权问题 联系本平台客服 谢谢配合
64472a9e175bb.png
副图公式源码支持 手机/电脑



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;
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则