///二线操作原理///
流通市值:=shgzg*c,nodraw;
ma10:=ma(close,10),colorcyan;
hhjsjda:(3*close+open+low+high)/6;
快线:(20*hhjsjda+19*ref(hhjsjda,1)+18*ref(hhjsjda,2)+17*ref(hhjsjda,3)+16*ref(hhjsjda,4)+15*ref(hhjsjda,5)+14*ref(hhjsjda,6)
+13*ref(hhjsjda,7)+12*ref(hhjsjda,8)+11*ref(hhjsjda,9)+10*ref(hhjsjda,10)+9*ref(hhjsjda,11)+8*ref(hhjsjda,12)
+7*ref(hhjsjda,13)+6*ref(hhjsjda,14)+5*ref(hhjsjda,15)+4*ref(hhjsjda,16)+3*ref(hhjsjda,17)+2*ref(hhjsjda,18)+
ref(hhjsjda,20))/210,colorred;
慢线:ma(快线,5),colorcyan;
ma30:=ma(close,30);
ma20:=ma(close,20),colorred;
c2:=ref(c,1);//www.goodgongshi.com
stickline(c>0 and c<慢线,open,close,9,0),color222222;
stickline(c<o and c>ma20,open,c,9,0),colorff5500; //显示//
stickline(c>o and c>ma20,open,c,9,0),color0000ff; //显示//
stickline(c<o and o/c>1.04 and c>ma20,open*0.98,c*1.02,9,0),colorgreen; //显示//
stickline(c>o and c=h and c>ref(c,1)*1.098,close,o ,9,0),coloryellow;//涨停//
stickline(c>o and c<h and h>ref(c,1)*1.098,(close+open)/2,open,9,0),coloryellow;//打开涨停//
跌停:=if((c2-c)*100/c2>=(10-0.01*100/c2),1,0);
stickline(c<o and c>ma20 and c<ma10,open,c,9,0),color00ff00; //显示//
stickline(跌停,open,close,9,0),colorcyan;
流通股:=shgzg,nodraw;
drawtext (流通股>ref(流通股,1) ,c>0,'股本增加');
选股:=cross(macd>0,0.5);
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
yxf:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
蓝:=if(filter(yxf=1,5),20,0),colorliblue,linethick3;
红:=if(filter(yxf=1,5),10,0),colorred,linethick2;
黄:=if(filter(yxf=1,5),5,0),coloryellow,linethick1;
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);
macd上拐:=ref(dea,2)>ref(dea,1) and ref(dea,1)<dea;
过渡:=if(bbi,10,drawnull),colorwhite,linethick2;
持股:=if(c>bbi and bbi>ref(bbi,1),10,drawnull), colorred,linethick2;
持币:=if(c<=bbi and bbi<=ref(bbi,1),10,drawnull),colorgreen,linethick2;
a1:=ref(c,1);
a2:=dclose;
a3:=(a2-a1)/a1*100;
aa1:=(a3-ref(a3,1));
aa2:=9.8;
选股1:=cross(aa1,aa2);
a11:=ref(v,1);
a12:=dvol;
a13:=a12/a11;
aa3:=(a13-ref(a13,1));
aa4:=500;
选股2:=cross(aa3,aa4);
主力抢劫:=选股1 and 选股2;
dif3:=ema(close,12)-ema(close,26);
dea3:=ema(dif3,9);
macd3 := 2*(dif3-dea3);
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);//www.goodgongshi.com
d:=sma(k,3,1);
j:=3*k-2*d;
止跌:=macd3>ref(macd3,1) and ref(macd3,2)>=ref(macd3,1) and j<50 and c>ref(c,1) and c>o and j>ref(j,1);
stickline((c-ref(c,1))/ref(c,1) >0.095,c,o,10,0),colormagenta;
上一指标公式:天眼顺势而为指标公式详解 同花顺顺势而为
下一指标公式:缠买卖点有未来函数指标公式详解 同花顺函数未来
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文二线操作原理指标公式详解 同花顺原理仅供学习研究。