巴山漓水发自用变色均线主图
ma3:ma(close,3);
ma7:ma(close,7);
ma13:ma(close,13);
ma21:ma(close,21);
ma60:ma(close,60);
partline(ma3,ma3>=ref(ma3,1),rgb(255,0,0),ma3<ref(ma3,1),rgb(0,250,0)),linethick2;
partline(ma7,ma7>=ref(ma7,1),rgb(255,0,0),ma7<ref(ma7,1),rgb(0,250,0)),linethick1;
partline(ma13,ma13>=ref(ma13,1),rgb(255,0,0),ma13<ref(ma13,1),rgb(0,250,0)),linethick1;
partline(ma21,ma21>=ref(ma21,1),rgb(255,0,0),ma21<ref(ma21,1),rgb(0,250,0)),linethick1;
partline(ma60,ma60>=ref(ma60,1),rgb(255,0,0),ma60<ref(ma60,1),rgb(0,250,0)),linethick2;
{单阳不破}
阳涨幅:=4.6;
阳倍量:=1.88;
单阳:=c>o*(1+阳涨幅/100) and vol>ref(vol,1)*阳倍量;
drawtext(单阳,l*0.98,'阳'),coloryellow;
高不破价:=ref(c,barslast(单阳));
中不破价:=ref((c+l)/2,barslast(单阳));
低不破价:=ref(l,barslast(单阳));
单阳不破:=barslast(单阳)<11 and (llv(l,barslast(单阳))>低不破价 or llv(l,barslast(单阳))=低不破价);
stickline(单阳不破,低不破价-低不破价*0.003,低不破价,11,0),coloryellow;
drawtext(barslast(单阳)=1 and 单阳不破,低不破价*0.98,'1'),colorgreen;
drawtext(barslast(单阳)=2 and 单阳不破,低不破价*0.98,'2'),colorgreen;
drawtext(barslast(单阳)=3 and 单阳不破,低不破价*0.98,'3'),colorgreen;
drawtext(barslast(单阳)=4 and 单阳不破,低不破价*0.98,'4'),colorgreen;
drawtext(barslast(单阳)=5 and 单阳不破,低不破价*0.98,'5'),colorgreen;
drawtext(barslast(单阳)=6 and 单阳不破,低不破价*0.98,'6'),colorgreen;
drawtext(barslast(单阳)=7 and 单阳不破,低不破价*0.98,'7'),colorgreen;
drawtext(barslast(单阳)=8 and 单阳不破,低不破价*0.98,'8'),colorgreen;
drawtext(barslast(单阳)=9 and 单阳不破,低不破价*0.98,'9'),colorgreen;
drawtext(barslast(单阳)=10 and 单阳不破,低不破价*0.98,'10'),colorgreen;
{两天:=llv(l,barslast(单阳))>低不破价 or llv(l,barslast(单阳))=低不破价;
一般:=llv(l,barslast(单阳)-2)>低不破价 or llv(l,barslast(单阳)-2)=低不破价;
一般选股:stickline(barslast(单阳)<9 and 两天 and 一般,低不破价,低不破价,4,0),color88ff00;
较强:=llv(l,barslast(单阳)-2)>中不破价 or llv(l,barslast(单阳)-2)=中不破价;
较强选股:stickline(barslast(单阳)<9 and 两天 and 较强,中不破价,中不破价,4,0),color0088ff;
最强:=llv(l,barslast(单阳)-3)>高不破价 or llv(l,barslast(单阳)-2)=高不破价;
最强选股:stickline(barslast(单阳)<9 and 两天 and 最强,高不破价,高不破价,4,0),color00ffff;}
{向下跳空缺口}
i1:=0;
flag1:=0;
while i1<barslast(dispstatus=1)-barslast(dispstatus=2)
do
if ref(h,i1)<ref(l,i1+1) and ref(l,i1+1)>hhv(h,i1+1)
then begin flag1:=1;
s1:=i1;
i1:=barslast(dispstatus=1);
end
else i1:=i1+1;
stickline(flag1,ref(l,s1+1),hhv(h,s1+1),(s1+1)*20,0),colorgreen,align1,layer7;
drawtext(flag1,ref(l,s1+1),numtostrn(ref(h,s1+1),2)+'-'+numtostrn(hhv(h,s1+1),2)),align2,colorwhite;
{向上跳空缺口}
i:=0;
flag:=0;
while i<barslast(dispstatus=1)-barslast(dispstatus=2)
do
if ref(l,i)>ref(h,i+1) and ref(h,i+1)<llv(low,i+1)
then begin flag:=1;
s:=i;
i:=barslast(dispstatus=1);
end
else i:=i+1;
stickline(flag,ref(h,s+1),llv(low,s+1),20*(s+1),500),colorblue,align1,layer7;
drawtext(flag,ref(h,s+1),numtostrn(ref(h,s+1),2)+'-'+numtostrn(llv(low,s+1),2)),align2,colorwhite;
涨停:=if(ref(c,1)*1.1-c<0.01 ,1,0);
stickline(涨停,open,close,4,0),colorred;
stickline(涨停,open,close,3,0),coloryellow;
stickline(涨停,h,l,0,0),coloryellow;
上一指标公式:股神高抛低吸副图附图公式下载 大智慧指标源码低吸
下一指标公式:准确控盘公式源码下载 大智慧指标源码准确
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文巴山漓水自用的变色均线主图公式下载 大智慧指标源码均线变色仅供学习研究。