指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:主力扫描仪公式 扫描仪指标源码
主力扫描仪
a1:=capital;
a2:=(((h + l) + o) + c) / 4;
a3:=(((indexh + indexl) + indexo) + indexc) / 4;
a4:=(a2 - (ref(a2,1))) / (ref(a2,1));
a5:=(a3 - (ref(a3,1))) / (ref(a3,1));
a6:=(((sum(a4,10)) + (sum(a5,10))) / 10) * 1000;
a7:=if(((a6 > 0) and (a6 < 75)),a6,(if((a6 > 75),75,0)));
a8:=if(((a6 < 0) and (a6 > -75)),reverse(a6),(if((a6 < -75),75,0)));
stickline(a8,150,(150 - a8),9,0),;
stickline(a7,150,(150 - a7),9,0),;
a9:=(vol * (((a2 * 2) - high) - low)) / (high - low);
a10:=if(((high = low) and (a2 < (ref(a2,1)))),(-1 * vol),vol);
a11:=if((high = low),a10,a9);
a12:=sum(a11,11);
a13:=(a12 / (a1 * 11)) * 10000;
a14:=if(((a13 < 150) and (a13 > -150)),a13,150);
a15:=if((a14 > 0),a14,0);
a16:=if((a14 < 0),reverse(a14),0);
stickline((a14 > 0),0,a15,8,0),coloryellow;
stickline((a14 < 0),0,a16,8,0),colorgreen;
买方能量:(a15),coloryellow,linethick0;
a17:=(sum((a2 * vol),16)) / (sum(vol,16));
a18:=(sum((a2 * vol),11)) / (sum(vol,11));
a19:=(sum((a2 * vol),6)) / (sum(vol,6));
a20:=((sum((a2 * vol),7)) - (a2 * vol)) / ((sum(vol,7)) - vol);
a21:=((a18 - a17) / a2) * 1000;
a22:=if((a21 > 50),50,(if((a21 < -50),-50,a21)));
a23:=((a19 - a18) / a2) * 1000;
a24:=if((a23 > 50),50,(if((a23 < -50),-50,a23)));
a25:=((((a19 - a20) / a20) * 5) / 4) * 1000;
a26:=if((a25 > 50),50,(if((a25 < -50),-50,a25)));
a27:=(a22 + a24) + a26;
红柱线:if((a27 > 0),a27,0),colorred,linethick0;
兰柱线:if((a27 < 0),reverse(a27),0),colorff0000,linethick0;
a28:=if((兰柱线 < 150),兰柱线,(if((兰柱线 = 150),65,0)));
a29:=if((兰柱线 = 150),60,0);
a30:=if((红柱线 < 150),红柱线,(if((红柱线 = 150),65,0)));
a31:=if((红柱线 = 150),60,0);
a32:=(((红柱线 > (ref(红柱线,1))) and (红柱线 > 49)) and (close < (ref(close,1)))) and ((open < (ref(close,1))) or ((open = (ref(close,1))) and ((high / (ref(close,1))) < 1.02)));
drawicon(a32,90,4),colorgreen,;
超跌短线买点:(兰柱线 = 150) and ((close < open) or (close > open)),colorred;
drawicon(超跌短线买点,(兰柱线 - 10),4),colorred,,;
a33:=sumbars(vol,(a1 * 0.8));
a34:=if((a33 < 9),9,a33);
a35:=hhv(a2,a34);
a36:=llv(a2,a34);
a37:=if((a35 = a36),0,((100 * (a2 - a36)) / (a35 - a36)));
中趋势线:(1.5 * (sum(a37,6))) / 6,linethick3,colorred;
长趋势线:(sum(中趋势线,6)) / 6,linethick3,colorgreen;
a38:=((high - a2) > (a2 - low)) or ((high = low) and (low < (ref(close,1))));
a39:=filter(a38,5);
drawicon(a39,100,6),,;
drawicon(((中趋势线 < 1) and (长趋势线 < 1)),20,5),,;
长牛线:(100),linethick1,;
强弱分界:(50),linethick1,colorred;
休息线:(25),linethick1,;
a40:=ema((((close - (llv(low,25))) / ((hhv(high,25)) - (llv(low,25)))) * 4),4);
drawtext((filter((a40 < 0.25),5)),30,'考虑买入'),colorred;
drawtext((filter((a40 > 3.6),10)),155,'考虑出货'),colorgreen;
a42:=(ema((((close - (llv(low,33))) / ((hhv(high,21)) - (llv(low,33)))) * 100),20)) * 0.998;
a43:=ema(((0.667 * (ref(a42,1))) + (0.333 * a42)),1);
stickline((a43 < 20),20,(20 + 20),4,0),;
drawtext((超跌短线买点 = 1),60,'超跌短线买点');
drawtext((a32 = 1),60,'超强短线买点'),colorwhite;
stickline(a30,0,a30,5,0),colorred;
stickline(a31,105,150,5,0),colorred;
stickline(a31,65,105,5,0),colorff0000;
stickline(a28,0,a28,5,0),colorff0000;
stickline(a29,105,150,5,0),colorff0000;
stickline(a29,65,105,5,0),colorred;
指标采用颜色来区分,红、黄、粉红三色代表着强势,绿、兰、青三色代表弱势。柱线长短代表强/弱的程度。
上边青色与粉红色,是该股与大盘比较的结果。青色渐短或粉色渐长表示与大盘比较在走强,反之则走弱。利用此参数,可以找到市场热点。
红、兰色柱线,是价格趋势。兰色渐短或红色渐长表示其趋势向好,反之向坏。兰色触顶超卖,有反弹要求,只要不是未开跌停板或者连续无量跌停,就是抢反弹的好机会。红色触顶超买,有回调压力。
黄、绿柱指标,描述的是主动买进还是主动卖出,黄色渐长或绿色渐短,主动买进者多,能量积累。绿色渐长或黄色渐短,主动卖出者多,能量释放。绿色触顶,不一定反弹,黄色触顶不一定回调。
中长趋势线,描述的是中长期价格趋势,红线在绿线上,表示上涨可能性大,反之,下跌可能性大。
中长趋势线和红柱线在休息线(25)以下时,建议休息。
以上指标整合了技术分析的价格、成交量和市场的热点等要素。相辅相成,一定要配合使用。
买点一:蓝色刻度线触顶,抢反弹。(超跌短线买点)选股时,使用"兰柱线>145"来选。到顶是150。
买点二:红色柱线连续两天在强弱线以上时,短线赚钱的概率相当大,若能考虑大盘,则成功率更高。选股时,使用"红柱线>50"来选。
买点三:红黄柱渐长,粉色出现,中长趋势线形成金叉,上涨趋势成立。买进。
买点四:粉色、红黄柱长期向好,长期红色。中长趋势线一直在长牛线(100)以上运行,可以抓到大牛股。
买点五:红柱在强弱线(50)之上,股价收阴,红柱收长,背离。绝好的短线买点,杀进。此时,阴线的形态非常重要,高开低走,长上影,放大量,都会经历较长时间的调整。可参考以前出现此信号时k线形态和量的情况总结。大盘强时暴涨成功率在99%以上。
选出的股票,都必须人工再挑过。这个不是傻子买点公式。
在确定买入时,如果配合资金监控器,背离线,效果更佳。特别是资金监控器。
>>>使用本站搜索工具可以找到更多“主力扫描仪公式 扫描仪指标源码”