n1:=6;n:=90;
dx:=(c+h+l+o)/4;
短线:((ma(dx,1)+ma(dx,3)+ma(dx,5))/3),linethick2,colorffffff;
fg:ma(dx,17)+abs(ma(dx,17)-ref(ma(dx,17),1));
fs:ma(dx,17)+ma(dx,17)-ref(ma(dx,17),1);
搏杀线:=if(ma(dx,17)<fs,fs,ma(dx,17));
fillrgn(fg,搏杀线,搏杀线<fg,rgb(100,250,10));
fillrgn(搏杀线,fs,搏杀线>fs,rgb(100,250,10));
mtm:=c-ref(c,1);
zlgj:=100*ema(ema(mtm,n1),n1)/ema(ema(abs(mtm),n1),n1);
买1:=if(llv(zlgj,2)=llv(zlgj,7) and count(zlgj<0,2) and cross(zlgj,ma(zlgj,2)),1,0);
卖1:=if(hhv(zlgj,2)=hhv(zlgj,7) and count(zlgj>50,2) and cross(ma(zlgj,2),zlgj),1,0);
drawtext(filter(买1=1,5),low-0.03,"买"),colorred;
stickline(filter(买1=1,5),high,low,0,1),colorred,linethick3;
drawtext(filter(卖1=1,1),high*1.02,'卖'),color00ff00;
stickline(filter(卖1=1,1),high,low,0,1),color00ff00,linethick3;
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
bdgd:=hhv(j,2)=hhv(j,8) and j>80;
卖2:=if(cross(ref(j-0.01,1),j) and ref(bdgd,1),1,0);
stickline(卖2 and 卖1<>1,high,low,2,1),coloryellow,linethick3;
stickline(卖2 and 卖1<>1,open,close,4,1),coloryellow,linethick3;
牛市数值=0;
rsv=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
a=sma(rsv,3,1);
b=sma(a,3,1);
e=3*a-2*b;
生死线:ma(close,n);
if(a<0) a=0;
if(a>100) a=100;
if(b<0) b=0;
if(b>100) b=100;
if(e<0) e=0;
if(e>100) e=100;
isnowbuy:=false;
sbuy:=close<1.2*llv(low,7) and close>ma(close,5) and a>50 and cross(ma(close,5),ma(close,10)); //买入信号
if(sbuy==1) 牛市数值=1;
drawicon (sbuy,low,"buy");
//判断现在是否买入状态
if(sbuy==true or isnowbuy[1]==true)
isnowbuy:=true;
//
keep=barslast(sbuy == true); //买入多少天了
win5=0;win10=0;win15=0;win20=0;lose3=0;
cansell:=cross(ma(close,10),ma(close,5));
if(isnowbuy==true)
{
if(keep > 1)
{
pcost = money[keep-1]/vol[keep-1];
//5%止盈
if(win5[1] != 1 and high/pcost>1.05 )
{
win5=1;
drawicon(1,high,"master_sell2"," 5%止盈");
牛市数值=2;
//isnowbuy=false;
}
else
{
win5=win5[1];
}
//10%止盈
if(win10[1] != 1 and high/pcost>1.1 )
{
win10=1;
drawicon(1,high,"master_sell4"," 10%止盈");
牛市数值=3;
//isnowbuy=false;
}
else
{
win10=win10[1];
}
//15%止盈
if(win15[1] != 1 and high/pcost>1.15 )
{
win15=1;
drawicon(1,high,"master_sell5"," 15%止盈");
牛市数值=4;
//isnowbuy=false;
}
else
{
win15=win15[1];
}
//5%止损
if(lose3[1] != 1 and (pcost-close)/pcost>0.05)
{
lose3=1;
drawicon(1,high,"master_sell3"," 5%止损");
牛市数值=5;
isnowbuy=false;
}
else
{
lose3=lose3[1];
}
//卖出
if(cansell==true)
{
drawicon(1,high,"master_sell1"," 均线卖出");
牛市数值=6;
isnowbuy=false;
}
}
}
return(牛市数值);
上一指标公式:虚拟成交量 同花顺成交量
下一指标公式:高抛低吸T+0 同花顺低吸
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文老君骑牛 同花顺老君仅供学习研究。