{牛年好运}
a:=amount/v/100;
vara:=ema((((a-ema(a,13))/ema(a,13))*(0-100)),5);
操盘线:=ema(((vara/10)+ema(a,10)),3);行情线:=ema(a,3);
重心:=(c+0.618*ref(c,1)+0.382*ref(c,2)+0.236*ref(c,3)+0.146*ref(c,4))/2.382;
趋势线:=ema(((slope(c,22)*20)+c),55),coloryellow,linethick2;
红升:drawicon(重心>=趋势线,趋势线,10),colorred,linethick2;
蓝降:drawicon(重心<趋势线,趋势线,11),colorblue,linethick2;
持股线:=ema(close,26),colorff00ff,linethick2;
var1:=(4*close+high+low)/6;
var2:=llv(low,34);
var3:=hhv(high,34);
dif:= ema((var1-var2)/(var3-var2)*100,13);
dea:= ema(0.667*ref(dif,1)+0.333*dif,2);
多头:stickline(dif>dea,close,open,8,0),color0000ff;
stickline(dif>dea,high,low,0,0),color0000ff;
空头:stickline(dif<=dea,close,open,8,0),color00ff00;
stickline(dif<=dea,high,low,0,0),color00ff00;
关注:stickline(dif>dea and c<持股线,close,open,8,0),color00ffff;
stickline(dif>dea and c<持股线,high,low,0,0),color00ffff;
回踩:stickline(dif<dea and c>持股线,close,open,8,0),colorff0066;
stickline(dif<dea and c>持股线,high,low,0,0),colorff0066;
压力:ma(ref(hhv(c,30),1),2),color9dffff;
支撑:ma(ref(llv(c,30),1),2),colorabff46;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
抓大牛:=cross(rsi,11);
drawtext(抓大牛,l-0.3,'抓大牛'),colorred;
var7:=ema(amount/vol/100,3);
var8:=ema(var7,88);
var9:=ema(var7,88)*0.85;
vara:=var9*0.87;
varb:=low<vara and close>ref(close,1)*1.02;
drawtext(filter(varb,6),l-0.05,'牛动'),colorff00ff;
varf:=(2*close+high+low)/4;
va4:=llv(low,34);
va5:=hhv(high,34);
va6:=ema((varf-va4)/(va5-va4)*100,6);
va7:=ema(0.667*ref(va6,1)+0.333*va6,4);
drawtext(if(count(close<ref(close,1),8)/8>0.3 and count(va6>va7,3) and ref(low,1)=llv(low,120) and
close>open,1,0),l-0.05,'牛好运'),coloryellow;
a:=(3*close+low+open+high)/6;
d1:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)
+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)
+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+
ref(a,20))/211;
d2:=ema(d1,2);
d3:=ema(d2,2);
k1:=ema(d3,2);
drawtext(cross(d1,k1),l-0.05,'牛买入'),color0099ff;
多方趋势:=7*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1)
-3*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1),3,1)
-sma(sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*30,4,1)
,3,1),2,1);
天线:=78.89;
drawtext(cross(天线,多方趋势),h*1.01,'牛回头'),color00ff00;
a51:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1);
牛运线:=ema(a51,5);a54:=((c-llv(l,21))/(hhv(h,21)-llv(l,21)))*100;
趋势线:=(ma(3*sma(a54,6,1)-2*sma(sma(a54,5,1),5,1),2));
drawtext(cross(趋势线,0)and 牛运线<40,(high*0.97),'▲牛起'),coloryellow;
上一指标公式:绿色K线副图公式 飞狐线副图指标 源码
下一指标公式:阿千副图公式 飞狐阿千副图指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文牛年好运公式 飞狐牛年指标 源码仅供学习研究。