使用方法个人认为如可见上顶线出货,至能见到下底线回补.基本用法则是红买绿卖,绿区持币,红区持股,可结合自有波浪副图操作.对出现的笑脸和哭脸要引起足够的重视,往往意味着转势的确认.
趋势线:=3*sma((close-llv(low,28))/(hhv(high,28)-llv(low,28))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
底部:=llv(c,30);ma3:=ma(底部,2);x:=ma(c,26);
压力:=hhv(h,30),colorf8ee00;
stickline(c>=x ,c,h,1,0),colorred;
stickline(c>=x,o,c,8,0),colorred;
stickline(c>=x ,o,l,1,0),colorred;
stickline(c<=x ,o,c,8,0),colorgreen;
stickline(c<=x ,o,h,1,0),colorgreen;
stickline(c<=x ,c,l,1,0),colorgreen;
partline(ma3>=ref(ma3,1)and c>=x and c>ma3,ma3),colorwhite;
partline(压力<=ref(压力,1)and c<=x,压力),colorf8ee00;
drawtext(信号过滤(l<=x and c>=x and ma3>=ref(ma3,1)and c/o>1.02 and 获利盘比例(c)<0.4,20),l,'★买')coloryellow;
drawtext(信号过滤(h>=压力 and c<h and c<o and o/c>1.03 and 获利盘比例(c)>0.6,5),h,'卖'),colorgreen;
趋势线:=3*sma((c-llv(l,28))/(hhv(h,28)-llv(l,28))*100,5,1)-2*sma(sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1),3,1);
短期乖离率:=(close-ma(close,13))/ma(close,13)*100;
drawtext(filter(if(cross(趋势线,10)and c/l>1.04 and 短期乖离率<0.35 ,1,0)and c>o,5),l-0.07,'底★'),coloryellow ,align2;
vara:=((amount)/(vol))/(100);
varb:=((3)*(high)+low+open+(2)*(close))/(7);
varc:=((sum(amount,7))/(vara))/(100);
vard:=dma(varb,(vol)/(varc));
vare:=((close-vard)/(vard))*(100);
varf:=((close-llv(low,34))/(hhv(high,34)-llv(low,34)))*(100);
varj:=ma(vare,20)+std(vare,20);
bias18:=((close-ma(close,18))/(ma(close,18)))*(100);
k:=sma(varf,3,1);
顶:=(ref(bias18,1)>=5) and cross(varj,vare) and (k>79);
drawtext(信号过滤(ref(bias18,1)>=5 and cross(varj,vare) and k>79,5),h*1.02,'风险'),coloryellow;
上一指标公式:BIAS三线粘合发散多头选股版本公式 飞狐发散多头指标 源码
下一指标公式:操盘要点版通用各种股软公式 飞狐操盘要点指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文操盘王及使用方法公式 飞狐操盘指标 源码仅供学习研究。