中线宝包含短线宝在内,是中线持有加短线波段的组合指标,追求收益最大化。短线宝信号出现后,要是在压力位,或者在热高位,注意风险,低位和中位信号可靠,成功率几乎百分之95.在牛市中行情或者多头行情中,买如重仓,在熊市或空头行情中轻仓。
dif1:=ema(dclose,12)-ema(dclose,26);
dea1:=ema(dif1,9);
aaa1:=(dif1-dea1)*2*60;
短线宝:cross(aaa1-ref(aaa1,1),7),coloryellow,nodraw;
stickline(短线宝>0 and 短线宝>=ref(短线宝,1),0,短线宝,6,0),coloryellow;
rsv:=(close - llv(low,18))/(hhv(high,18) - llv(low,18))*100;
k:=ema(rsv,3);
d:=ema(k,3);
j:=(3*k-2*d);
关注:if(j<=0,-j*0.08,0),linethick0,nodraw,colormagenta;
stickline(关注>0 and 关注>=ref(关注,1),0,关注,8,0),colormagenta;
drawtext(关注,1.3,'短线买?'),colormagenta;
rsv1:=(close-llv(low,21))/(hhv(high,21)-llv(low,21))*100;
rsv2:=(close-llv(low,37))/(hhv(high,37)-llv(low,37))*100;
短线:=sma(sma(rsv1,3,1),3,1)+3*std(close,21);
中线:=sma(rsv2,5,1)+2*std(close,37);
rsv3:=(close-llv(low,55))/(hhv(high,55)-llv(low,55))*100;
长线:=sma(rsv3,5,1);
金坑:短线<20 and 中线<20 and 长线<20,colorwhite,nodraw;
stickline(金坑>0 and 金坑>=ref(金坑,1),0,金坑,2,0),colorwhite;
个股:=ema(100*(c-llv(low,34))/(hhv(h,34)-llv(low,34)),3),color1010ff;
黑马:if(cross(个股,9),1,0)*0.5,stick,linethick6,coloryellow;
drawtext(cross(个股,9),0.8,'黑马!')*0.5,coloryellow;
diff : ema(close,12) - ema(close,26),colorwhite;
dea : ema(diff,9),coloryellow;
macd=2*(diff-dea);
zero : =0;
gj:=max(c,o);
stickline(macd>0 and macd>=ref(macd,1),0,macd,2,0),color0000ff;
stickline(macd>0 and macd<ref(macd,1),0,macd,2,0),colorffff00;
stickline(macd<0 and macd>=ref(macd,1),0,macd,2,0),colorff00ff;
stickline(macd<0 and macd<ref(macd,1),0,macd,2,0),color00ff00;
a0:=diff<0 and dea<0;
a11:=a0>ref(a0,1);
a3:=barslast(a11);
a4:=count(dea>0 and diff >0,a3)=0;
a5:=cross(diff ,dea);
a6:=barslast(a5);
a7:=ref(a6,a6+1)+a6;
a8:=(diff+dea)/2;
a9:=(high+low)/2;
a10:=a5 and a7<a3 and a4 and a8>ref(a8,a7) and a9<ref(a9,a7) and macd>0;
drawtext(a10,diff*0.95,'★金叉买入'),coloryellow;
aa:=(o+h+l+c)/4;
a1:=hhv(aa,15);
a2:=llv(aa,15);
a3:=a1-a2;
a4:=ema((aa-a2)/a3,2)*9;
rsv:= (hhv(high,3)-close)/(hhv(high,3)-llv(low,3))*10;
空:=sma(rsv,2,1)/5;
多:=a4;
stickline(空>1.3 and 多<0.3 and c*0.02<(ema(c,5)-c),0,abs(sma(max(macd,0),5,1)-abs(macd))*0.5,8,0),colorwhite;
抄底粗白:0,colorwhite;
上一指标公式:多空平衡线公式 同花顺多空
下一指标公式:底部选股123公式 同花顺公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文中线宝公式 同花顺中线仅供学习研究。