var1:=ema(ema(close,9),9);
控盘:=(var1-ref(var1,1))/ref(var1,1)*1000;
stickline(控盘<0,控盘,0,1,0),colorwhite;
a10:=cross(控盘,0);
无庄控盘:if(控盘<0,控盘,0),colorwhite,nodraw;
开始控盘:if(a10,5,0),linethick1,coloryellow;
stickline(控盘>ref(控盘,1) and 控盘>0,控盘,0,1,0),colorred;
有庄控盘:if(控盘>ref(控盘,1) and 控盘>0,控盘,0),colorred,nodraw;
var2:=100*winner(close*0.95);
stickline(var2>50 and cost(85)<close and 控盘>0,控盘,0,1,0),colorff00ff;
高度控盘:if(var2>50 and cost(85)<close and 控盘>0,控盘,0),colorff00ff,nodraw;
stickline(控盘<ref(控盘,1) and 控盘>0,控盘,0,1,0),color00ff00;
主力出货:if(控盘<ref(控盘,1) and 控盘>0,控盘,0),color00ff00,nodraw;
typ := (if(isnull(high),close,high) + if(isnull(low),close,low) + close)/3;
ci:(typ-ma(typ,30))/(0.015*avedev(typ,30));
c2:ma(ci,4);
c3:ma(ci,10),linethick2;;
fillrgn(ci,c2,ci>c2,rgb(0,255,0,),ci<c2,colorblack);
fillrgn(ci,c3,ci>c3,rgb(255,0,0,),ci<c3,colorblack);
lc := ref(close,1);
di:=(ema(close,12) - ema(close,26))*200;
de:=ema(di,9);
macd:=2*(di-de);
rsv:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*400-200;
stickline(macd>0 and macd>ref(macd,1),macd,0,8,0),color0000aa;
stickline(macd>0 and macd<ref(macd,1),macd,0,8,0),color0090ff;
stickline(macd<0 and macd<ref(macd,1),macd,0,8,0),colorff0000;
stickline(macd<0 and macd>ref(macd,1),macd,0,8,0),colorff00a9;
上一指标公式:翰墨机构操盘线指标公式详解 同花顺操盘机构
下一指标公式:翰墨均线指标公式详解 同花顺翰墨
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文庄家抬轿叠加KDJ指标公式详解 同花顺叠加抬轿仅供学习研究。