首页 > 正版K线密码

通达信看长做短指标(幅图)

作者:K线形态创建日期:2022-10-31

指标源码:s7iK线密码—破译K线的密码

GOOD1:=1;s7iK线密码—破译K线的密码

GOOD3:=MA(CLOSE,13);s7iK线密码—破译K线的密码

GOOD4:=100-ABS((CLOSE-GOOD3)/GOOD3*100);s7iK线密码—破译K线的密码

GOOD5:=LLV(LOW,75);s7iK线密码—破译K线的密码

GOOD6:=HHV(HIGH,75);s7iK线密码—破译K线的密码

GOOD7:=(GOOD6-GOOD5)/100;s7iK线密码—破译K线的密码

GOOD8:=SMA((CLOSE-GOOD5)/GOOD7,20,1);s7iK线密码—破译K线的密码

GOOD9:=SMA((OPEN-GOOD5)/GOOD7,20,1);s7iK线密码—破译K线的密码

GOODA:=3*GOOD8-2*SMA(GOOD8,15,1);s7iK线密码—破译K线的密码

GOODB:=3*GOOD9-2*SMA(GOOD9,15,1);s7iK线密码—破译K线的密码

GOODC:=100-GOODB;s7iK线密码—破译K线的密码

筹码: (100-GOODA)*GOOD1,COLOR0099FF;s7iK线密码—破译K线的密码

GOODD:=筹码> GOOD4;s7iK线密码—破译K线的密码

GOODE:=REF(LOW,1)*0.9;s7iK线密码—破译K线的密码

GOODF:=LOW*0.9;s7iK线密码—破译K线的密码

GOOD11:=EMA(GOODF,30);s7iK线密码—破译K线的密码

GOOD12:=CLOSE-REF(CLOSE,1);s7iK线密码—破译K线的密码

GOOD13:=MAX(GOOD12,0);s7iK线密码—破译K线的密码

GOOD14:=ABS(GOOD12);s7iK线密码—破译K线的密码

GOOD15:=SMA(GOOD13,7,1)/SMA(GOOD14,7,1)*100;s7iK线密码—破译K线的密码

GOOD16:=SMA(GOOD13,13,1)/SMA(GOOD14,13,1)*100;s7iK线密码—破译K线的密码

GOOD17:=BARSCOUNT(CLOSE);s7iK线密码—破译K线的密码

GOOD18:=SMA(MAX(GOOD12,0),6,1)/SMA(ABS(GOOD12),6,1)*100;s7iK线密码—破译K线的密码

GOOD19:=(-200)*(HHV(HIGH,60)-CLOSE)/(HHV(HIGH,60)-LLV(LOW,60))+100;s7iK线密码—破译K线的密码

GOOD1A:=(CLOSE-LLV(LOW,15))/(HHV(HIGH,15)-LLV(LOW,15))*100;s7iK线密码—破译K线的密码

GOOD1B:=SMA((SMA(GOOD1A,4,1)-50)*2,3,1);s7iK线密码—破译K线的密码

GOOD1C:=(INDEXC-LLV(INDEXL,14))/(HHV(INDEXH,14)-LLV(INDEXL,14))*100;s7iK线密码—破译K线的密码

GOOD1D:=SMA(GOOD1C,4,1);s7iK线密码—破译K线的密码

GOOD1E:=SMA(GOOD1D,3,1);s7iK线密码—破译K线的密码

GOOD1F:=(HHV(HIGH,30)-CLOSE)/CLOSE*100;s7iK线密码—破译K线的密码

GOOD20:=GOOD18<=25 AND GOOD19< -95 AND GOOD1F> 20 AND GOOD1B< -30 AND GOOD1E< 30 AND GOOD11-CLOSE>=-0.25 AND GOOD15< 22 AND GOOD16< 28 AND GOOD17> 50;s7iK线密码—破译K线的密码

STICKLINE(GOODD,GOOD4,筹码,1,0),COLOR0099FF;s7iK线密码—破译K线的密码

STICKLINE(GOOD20,0,80,1,0),COLORRED,LINETHICK3 ;s7iK线密码—破译K线的密码

小底:95,COLORYELLOW ,LINETHICK2 ;s7iK线密码—破译K线的密码

大底:100,COLORMAGENTA ,LINETHICK3 ;s7iK线密码—破译K线的密码

大顶:0,COLORCYAN ,LINETHICK2 ;s7iK线密码—破译K线的密码

中轴: 15,COLORWHITE ,LINETHICK2 ;s7iK线密码—破译K线的密码

s7iK线密码—破译K线的密码
选股源码:s7iK线密码—破译K线的密码
 s7iK线密码—破译K线的密码

GOOD1:=1;s7iK线密码—破译K线的密码

GOOD3:=MA(CLOSE,13);s7iK线密码—破译K线的密码

GOOD4:=100-ABS((CLOSE-GOOD3)/GOOD3*100);s7iK线密码—破译K线的密码

GOOD5:=LLV(LOW,75);s7iK线密码—破译K线的密码

GOOD6:=HHV(HIGH,75);s7iK线密码—破译K线的密码

GOOD7:=(GOOD6-GOOD5)/100;s7iK线密码—破译K线的密码

GOOD8:=SMA((CLOSE-GOOD5)/GOOD7,20,1);s7iK线密码—破译K线的密码

GOOD9:=SMA((OPEN-GOOD5)/GOOD7,20,1);s7iK线密码—破译K线的密码

GOODA:=3*GOOD8-2*SMA(GOOD8,15,1);s7iK线密码—破译K线的密码

GOODB:=3*GOOD9-2*SMA(GOOD9,15,1);s7iK线密码—破译K线的密码

GOODC:=100-GOODB;s7iK线密码—破译K线的密码

筹码:=(100-GOODA)*GOOD1,COLOR0099FF;s7iK线密码—破译K线的密码

GOODD:=筹码> GOOD4;s7iK线密码—破译K线的密码

GOODE:=REF(LOW,1)*0.9;s7iK线密码—破译K线的密码

GOODF:=LOW*0.9;s7iK线密码—破译K线的密码

GOOD11:=EMA(GOODF,30);s7iK线密码—破译K线的密码

GOOD12:=CLOSE-REF(CLOSE,1);s7iK线密码—破译K线的密码

GOOD13:=MAX(GOOD12,0);s7iK线密码—破译K线的密码

GOOD14:=ABS(GOOD12);s7iK线密码—破译K线的密码

GOOD15:=SMA(GOOD13,7,1)/SMA(GOOD14,7,1)*100;s7iK线密码—破译K线的密码

GOOD16:=SMA(GOOD13,13,1)/SMA(GOOD14,13,1)*100;s7iK线密码—破译K线的密码

GOOD17:=BARSCOUNT(CLOSE);s7iK线密码—破译K线的密码

GOOD18:=SMA(MAX(GOOD12,0),6,1)/SMA(ABS(GOOD12),6,1)*100;s7iK线密码—破译K线的密码

GOOD19:=(-200)*(HHV(HIGH,60)-CLOSE)/(HHV(HIGH,60)-LLV(LOW,60))+100;s7iK线密码—破译K线的密码

GOOD1A:=(CLOSE-LLV(LOW,15))/(HHV(HIGH,15)-LLV(LOW,15))*100;s7iK线密码—破译K线的密码

GOOD1B:=SMA((SMA(GOOD1A,4,1)-50)*2,3,1);s7iK线密码—破译K线的密码

GOOD1C:=(INDEXC-LLV(INDEXL,14))/(HHV(INDEXH,14)-LLV(INDEXL,14))*100;s7iK线密码—破译K线的密码

GOOD1D:=SMA(GOOD1C,4,1);s7iK线密码—破译K线的密码

GOOD1E:=SMA(GOOD1D,3,1);s7iK线密码—破译K线的密码

GOOD1F:=(HHV(HIGH,30)-CLOSE)/CLOSE*100;s7iK线密码—破译K线的密码

选股:GOOD18<=25 AND GOOD19< -95 AND GOOD1F> 20 AND GOOD1B< -30 AND GOOD1E< 30 AND GOOD11-CLOSE>=-0.25 AND GOOD15< 22 AND GOOD16< 28 AND GOOD17> 50;s7iK线密码—破译K线的密码

上一篇:通达信指标公式源码大涨指标副图

下一篇:买别人的高端抓涨停指标分享给老铁们

猜你喜欢