///必涨之星买入条件///
陈:=sma(max(close-ref(close,1),0),16,2)/sma(abs(close/ref(close,1)),16,2)*100;
晓=sma(陈,3,1);
蓉:=sma(晓,3,1);
晓蓉=3*晓-2*蓉;
日:=-100;昨前:=-3;
高1:=-ref(-hhv(h,日),昨前);
低1:=-ref(-llv(l,日),昨前);
低:=-refdate(低1,date),colorred,linethick2;
drawkline(低+(低+low), 低+(低+open), 低+(低+high),低+(低+close));
varc:=-低+(低+open);
wr1:=-低-(hhv(high,5)-close)/(hhv(high,5)-llv(low,5));
wr2:=-低+(hhv(high,5)-close)/(hhv(high,5)-llv(low,5));
买入条件:=cross(晓蓉,蓉),colorwhite;
卖出条件:=cross(蓉,晓蓉) ;
drawtext( 卖出条件,high*1.01,'★'),colorgreen;
drawtext(买入条件,low*0.98,'■'),colorred;
///必涨之星选股///
aaa2:=sum(if( close>ref(close,1),vol*c,0),0);
aaa3:=sum(if( close<ref(close,1),vol*c,0),0);
aaa4:=sum(if( close=ref(close,1),vol*c,0),0);
bb1:=0;
b1万元:=dvol*dclose/100;
b1差:=b1万元-ref(b1万元,1);
b2万元:=dvol*dclose/100;
b2比:=b2万元/ref(b2万元,1);
净流入万元:=(aaa2-aaa3-0.5*aaa4);
pm:=ma(净流入万元,1);
pma:=pm/ref(pm,1)>1;
pmb:=ref(pma,1)<1 and pma;
密码:=(ema(ma(b1万元,2),2))/100000,coloryellow,nodraw;
二日比:=密码/ref(密码,1);
选股:=pmb and 密码>ref(密码,1) and 二日比>1 ,colorred,nodraw;
drawtext(选股,low*0.95,''),colorred;
///必涨之星精准买卖点主图///
ma18:=ma(close,18);
mtm:=c-ref(c,1);
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
买:=llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2));
精准买:=filter(买=1,10);
///必涨之星明日必涨///
均价线:=amount/v/100;
均价线2:=ema(均价线,3);
均价线5:=ema(均价线,5);
均价线10:=ema(均价线,10);
均价线30:=ema(均价线,30);
突破2:=c>均价线2 and 均价线2<ref(均价线2,1) and ref(均价线2,1)<ref(均价线2,2)
and ref(均价线2,2)<ref(均价线2,3) and 选股;
突破5:=c>均价线5 and 均价线5<ref(均价线5,1) and ref(均价线5,1)<ref(均价线5,2)
and ref(均价线5,2)<ref(均价线5,3) and 选股;
突破10:=c>均价线10 and 均价线10<ref(均价线10,1) and ref(均价线10,1)<ref(均价线10,2)
and ref(均价线10,2)<ref(均价线10,3) and 选股;
突破30:=c>均价线30 and 均价线30<ref(均价线30,1) and ref(均价线30,1)<ref(均价线30,2)
and ref(均价线30,2)<ref(均价线30,3) and 选股;
突破:=突破2 or 突破5 or 突破10 or 突破30;
stickline(突破2,h,l,5,0),linethick1,colorred;
stickline(突破2,h,l,10.2,0),coloryellow;
stickline(突破2,o,c,2,0),linethick1,coloryellow;
drawtext(突破,low*0.92,'明日必涨'),colorwhite;
drawtext(突破 and 精准买,low*0.92,'明日必涨'),colorred;
ma3:=ema(c,3);
ema13:=ma(c,13),colorwhite,linethick2;
ema34:=ma(c,34),coloryellow;
ema55:=ma(c,55),colorff00ff;
xn1:=abs(1-hhv(ema55,5)/llv(ema55,5))<0.02;
xn2:=cross(ema13,ema55) or abs(1-ema13/ema55)<0.002;
xn3:=c>o and v>ref(v,1) and c>ema55;
hyxn:=xn1 and xn2 and xn3;
drawtext(hyxn and filter(hyxn,5),l-0.05,'红衣侠女'),colorf00ff0;
drawtext(cross(ma3 ,ema13),l , '一买'),colorred;
jxhh:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55);
drawtext(jxhh,l+0.09,'均线互换'),color0099ff;
yy1:=c>ema13 and o<ema13;
yy2:=c>ema34 and o<ema34;
yy3:=c>ema55 and o<ema55;
yysx:=yy1 and yy2 and yy3;
drawtext(yysx,h+0.1,'一阳三线'),colorred;
max4:=max(max(max(ema13,ema34),ema55),h);
min4:=min(min(min(ema13,ema34),ema55),l);
sxtj1:=hhv(max4,60);
sxtj2:=llv(min4,60);
sxtj3:=every(abs(1-sxtj1/sxtj2)<0.3,20);
sxtj:=sxtj3 and yysx ;
drawtext(sxtj and filter(sxtj,10),h+0.25,'三线推进'),color00c5ff;
jwcj1:=c<o and ref(c,1)<ref(o,1);
jwcj2:=o<=ref(c,1) and l>=ref(l,1);
jwcj3:=ref(c,1)/ref(l,1)>1.02;
jwcj4:=ema13<ema34 or ema13<ema55;
jwcj:=jwcj1 and jwcj2 and jwcj3 and jwcj4;
drawtext(jwcj,low-0.2,'金屋藏娇'),coloryellow;
ryhb1:=ref(o,1)<=ref(c,2) and ref(c,1)<ref(o,1) and abs(1-ref(c,1)/ref(l,1))<0.02;
ryhb2:=c>o and abs(1-c/ref(o,1))<0.025 and abs(1-o/ref(c,1))<0.025;
ryhb3:=ema13<ref(ema13,1) or abs(1-ema13/ref(ema13,1))<0.01 and (ema13<ema34 or ema13<ema55);
ryhb4:=ref(l,1)<=llv(ref(l,1),10);
ryhb:=ryhb1 and ryhb2 and ryhb3 and ryhb4;
drawtext(ryhb ,low,'日月合璧'),coloryellow;
tswl1:=cross(ema13,ema34) and ema13<ema55;
drawtext(tswl1,l-0.1,'投石问路'),color0044ff;
fdyb:=cross(ema34,ema13) and ema34>ema55;
drawtext(fdyb,l-0.1,'分道扬镳'),color0044ff;
sjjj3:=ref(ema55,1)>ref(ema13,1);
sjjj4:=abs(1-(max(max(ema34,ema55),ema13)/min(min(ema13,ema34),ema55)))<0.005;
sjjj:=sjjj3 and sjjj4;
drawtext(sjjj and filter(sjjj,5),l-0.1,'三军集结'),color0044ff;
sfy1:=ema13>ema34 and ema34>ema55;
sfy2:=ref(o,1)>=ref(c,2) and o>=ref(c,1) and ref(c,2)>=ref(o,2);
sfy3:=count(c>o and c/o<1.02,2)=2 or count(c<o and o/c<1.02,2)=2;
sfy4:= v<ref(v,1);
sfy:=sfy1 and sfy2 and sfy3 and sfy4;
drawtext(sfy and filter(sfy,2),l,'双飞燕'),coloryellow;
sjk1:=ema13>ema34 and ema34>ema55;
sjk2:=count(c<=o and o/c<1.03,3)=3 and count(abs(1-ref(c,1)/c)<1.03,2)=2;
sjk:=sjk1 and sjk2;
drawtext(sjk and filter(sjk,3),l,'三剑客'),coloryellow;
xnyr1:=ref(c,1)/ref(o,1)>1.05;
xnyr2:=o<=ref(c,1) and abs(1-c/o)<0.02;
xnyr3:=count( yysx or hyxn,10)>=1 and count( yysx or hyxn,2)=0;
xnyr:=xnyr1 and xnyr2 and xnyr3;
drawtext(xnyr,h+0.01,'小鸟依人'),colorblue;
msqt1:=ema55/ema13>1.04 and ema13/c>1.03;
msqt2:=o<=ref(l,1) and ref(o,1)/ref(c,1)>1.03;
msqt:= msqt1 and msqt2;
drawtext(msqt,(o+c)/2,'马失前蹄'),coloryellow;
///绝对买点///
bbb1:=ma(c,1);
b2:=sma(sma(sma(bbb1,2,1),2,1),2,1),colorred;
sma2:=ma(b2,2);
varb1:=(100 - ((90 * (hhv(high,21) - close)) / (hhv(high,21) - llv(low,21))));
var3:=(100 - ma(((100 * (hhv(high,6) - close)) / (hhv(high,6) - llv(low,6))),34));
买:drawtext(cross(varb1,var3) and b2>sma2,(low * 0.97),'←⊙买'),colorred;
///重生买///
生命线:ma(c,21);
ma3:=ma(c,3);
攻击线:ma(c,3),coloraaee00;
成长线:ma(c,60),colorred;
drawtext(cross(ma3 , ma(c,10)),l , '一买'),colorwhite;
drawtext( cross(ma3 , 生命线),l , '二买'),colorcyan;
drawtext( cross( ma(c,10) , 生命线),l , '三买'),colormagenta;
drawtext( cross(ma3 , 生命线) and cross(ma3 , ma(c,10)),l, '买'),colorred;
drawtext( cross(ma3,成长线),h*1.13 , '四买'),colorred;
drawtext( cross(生命线,成长线),h*1.13 , '五买'),colorred;
穿月:= cross(c, 生命线) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(穿月,h*1.13 , '穿月'),coloryellow;
换季:= cross(c, 成长线) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(换季,h*1.17 , '换季'),colormagenta;
度日:= cross(c, ma3) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(度日,h*1.06 , '度日'),colorwhite;
半月:= cross(c, ma(c,10)) and (c-ref(c,1))/ref(c,1)>=0.03;
drawtext(半月,h*1.1 , '半月'),colorgreen;
drawtext( cross(ma3 , llv(ma((low+high+close+o)/4,6),88)),l*0.93, '试'),colorred;
drawtext( cross(1.86*ema(close,5)-ema(close,13) , llv(ma((low+high+close+o)/4,6),88)),l*0.85, '加仓'),colorred;
drawtext( cross(ma3 ,hhv(ma((low+high+close+o)/4,5),58)) and c>hhv(ma((low+high+close+o)/4,5),58),h*1.03 , '时间窗'),colorred;
上一指标公式:老鼠仓试盘指标公式详解 同花顺老鼠
下一指标公式:红色控盘红色持股绿色持币指标公式详解 同花顺持股持币
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文绝对买点2指标公式详解 同花顺买点仅供学习研究。