n:=0;
m:=60;
total:=if(period=1,5,if(period=2,15,if(period=3,30,if(period=4,60,if(period=5,240,1)))));
mtime:=mod(fromopen,total);
ctime:=if(mtime<0.5,total,mtime);
vvol:=if(currbarscount=1,v*total/ctime,v);
var1:=vvol/capital*100; {换手率}
var2:=hhv(var1,0); {上市以来的最大换手率}
var3:=var1/var2*100; {当前换手率与最大换手率的比值}
var4:=(h-l)/l*100; {当日涨幅}
var5:=barslast(var3>n); {换手率达80以上至今日的交易天数}
var6:=ref(high,var5);{80以上换手率的最高价}
var7:=count(close<var6,var5);
平均成本:=if(var5=0,close,sum(close*vvol,var5)/sum(vvol,var5));
进出:=(close-平均成本)/平均成本*if((close-平均成本)/平均成本<1,1000,10);
主力入场:=drawicon(进出=0,low,1);
买入:=stickline(cross(close,var6) and var3<m and var7>var5*9/10,0,70,1,1);
{中线趋势}
mday:=barslast(var3>60 and var3<=70);
highm:=ref(high,mday);
countm:=count(close<highm,mday);
mediumcost:=if(mday=0,close,sum(close*vvol,mday)/sum(vvol,mday));
拉升资金:=(close-mediumcost)/mediumcost*if((close-mediumcost)/mediumcost<1,1000,10);
{ls:=ma(拉升资金,5);}
中线买入:=stickline(cross(close,highm) and var3<50 and countm>mday*9/10,0,50,1,1);
{短线}
sday:=barslast(var3>40 and var3<=50);
highs:=ref(high,sday);
counts:=count(close<highs,sday);
shortcost:=sum(close,sday)/sday;
散户进出:=ma((close-shortcost)/shortcost*if((close-shortcost)/shortcost<1,1000,10),10);
短线买入:=stickline(cross(close,highs) and var3<30 and counts>sday*9/10,0,50,1,1);
一剑封喉:=(cross(close,var6) and var3<m and var7>var5*9/10 and 拉升资金>散户进出)
or (cross(close,highm) and var3<50 and countm>mday*9/10 and 拉升资金>散户进出) ;
if(一剑封喉,50,0);
上一指标公式:明日转折主图飞狐详解 通达信转折明日
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文中长线嘿马指标详解 通达信信中指标仅供学习研究。