指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:主图超跌反弹指标公式详解 通达信源码
通达信主图 适合当前世道
超跌反弹,也许适合你!
var11:=if(close>ref(close,1),99,0);
var22:=if(close/ref(close,1)>1.04 and high/close<1.01 and var11>0,91,0);
drawtext(var22>89,low*0.99,'★短线'),color0000ff;
vv2:=ref(close,1);
vv3:=(sma(close-vv2,6,1))/(sma(abs(close-vv2),6,1))*100;
drawicon(ref(vv3,1)>81 and vv3<80,high,2);
drawtext(ref(vv3,1)>81 and vv3<80,high,'拜拜↓'),color00ffff;
vf1:=ma(close,60)-ma(close,5)/3.2;
drawtext(if(close<vf1 and vol/240>ma(vol,5)/240 and close>=ref(close,1)*1.08 and close<ma(close,13)*1.3,1,0),low,'☆'),color0000ff;
vara:=(close-ref(open,29))/ref(open,29)*100;
varb:=ema(0.667*ref(vara,1)+0.333*vara,5);
drawtext(if(vol>=1.3*ma(vol,5) and count(vara>=varb and vara<-17,3) and ref(low,1)=llv(low,120),1,0),low,'★买入');
varr1:=(sma(max(close-ref(close,1),0),6,1))/(sma(abs(close-ref(close,1)),6,1))*100;
drawicon(cross(82,varr1),high,2);
drawtext(cross(82,varr1),high,'▲风险↓'),color00ffff;
var1:=(high+low+open+2*close)/5;
var2:=ref(var1,1);
var3:=(sma(max(var1-var2,0),10,1))/(sma(abs(var1-var2),10,1))*100;
hy3:=if(count(var3<20,5)>=1 and count(var1=llv(var1,10),10)>=1 and close>=open*1.038 and vol>ma(vol,5)*1.2,1,0);
drawtext(hy3,low,'▲买入'),colorffffff;
ks:=(close-ma(close,13))/ma(close,13)*(-100);
rks:=ref(ks,1);
mls:=rks/ks>=1.23 and rks>=8 and close/ref(close,1)>=1.02;
严重超跌:stickline(ks>=8,high,low,0,1),linethick2,colorffffff;
短线反弹:stickline(mls=1,high,low,0,1),linethick2,colorff00ff;
stickline(close>=open,close,open,2,0),color0000ff;
stickline(close<=open,close,open,2,0),color00ff00;
stickline(ks>=8,open,close,2,1),linethick2,colorffffff;
stickline(mls=1,open,close,2,1),linethick2,colorff00ff;
>>>使用本站搜索工具可以找到更多“主图超跌反弹指标公式详解 通达信源码”