分时整点红绿柱
分时整点红绿柱源码:
均价:=sum(c*v,0)/sum(v,0);
partline(close,close>均价,rgb(255,0,0),close<均价,rgb(0,255,0),1,rgb(0,0,255)),linethick2;
停牌:=(dynainfo(4)=0);
tj:=barpos>1 and barpos<31;
hh:=hhv(h,20);
t:=barslast(tj and h=hhv(h,10));
y10:=max(hhv(ref(hh,t),0),dynainfo(4));
ll:=llv(l,20);
tl:=barslast((tj and l=llv(ll,10)));
x10:=if(停牌,dynainfo(3),min(llv(ref(l,tl),0),dynainfo(4)));
dkd:=c-dynainfo(4);
stickline(dkd>0 and barpos>1 and barpos<31 and not(停牌),c,dynainfo(4),0,1),color000aaa;
stickline(dkd<0 and barpos>1 and barpos<31 and not(停牌),c,dynainfo(4),0,1),color008800;
tj1:=barpos>31 and barpos<61;
t1:=barslast(tj1);
y11:=hhv(ref(h,t1),0);
tl1:=barslast((tj1));
x11:=llv(ref(l,tl1),0);
as:=hhv(if(barpos=31,c,0),0);
dkd1:=c-as;
stickline(dkd1>0 and barpos>31 and barpos<61,c,as,0,1),color000aaa;
stickline(dkd1<0 and barpos>31 and barpos<61,c,as,0,1),color008800;
tj2:=barpos>61 and barpos<91;
t2:=barslast(tj2);
y12:=hhv(ref(h,t2),0);
tl2:=barslast((tj2));
x12:=llv(ref(l,tl2),0);
as1:=hhv(if(barpos=61,c,0),0);
dkd2:=c-as1;
stickline(dkd2>0 and barpos>61 and barpos<91,c,as1,0,1),color000aaa;
stickline(dkd2<0 and barpos>61 and barpos<91,c,as1,0,1),color008800;
tj3:=barpos>91 and barpos<121;
t3:=barslast(tj3);
y13:=hhv(ref(h,t3),0);
tl3:=barslast((tj3));
x13:=llv(ref(l,tl3),0);
as2:=hhv(if(barpos=91,c,0),0);
dkd3:=c-as2;
stickline(dkd3>0 and barpos>91 and barpos<121,c,as2,0,1),color000aaa;
stickline(dkd3<0 and barpos>91 and barpos<121,c,as2,0,1),color008800;
tj4:=barpos>121 and barpos<151;
t4:=barslast(tj4);
y14:=hhv(ref(h,t4),0);
tl4:=barslast((tj4));
x14:=llv(ref(l,tl4),0);
as3:=hhv(if(barpos=121,c,0),0);
dkd4:=c-as3;
stickline(dkd4>0 and barpos>121 and barpos<151,c,as3,0,1),color000aaa;
stickline(dkd4<0 and barpos>121 and barpos<151,c,as3,0,1),color008800;
tj5:=barpos>151 and barpos<181;
t5:=barslast(tj5);
y15:=hhv(ref(h,t5),0);
tl5:=barslast((tj5));
x15:=llv(ref(l,tl5),0);
as4:=hhv(if(barpos=151,c,0),0);
dkd5:=c-as4;
stickline(dkd5>0 and barpos>151 and barpos<181,c,as4,0,1),color000aaa;
stickline(dkd5<0 and barpos>151 and barpos<181,c,as4,0,1),color008800;
tj6:=barpos>181 and barpos<211;
t6:=barslast(tj6);
y16:=hhv(ref(h,t6),0);
tl6:=barslast((tj6));
x16:=llv(ref(l,tl6),0);
as5:=hhv(if(barpos=181,c,0),0);
dkd6:=c-as5;
stickline(dkd6>0 and barpos>181 and barpos<211,c,as5,0,1),color000aaa;
stickline(dkd6<0 and barpos>181 and barpos<211,c,as5,0,1),color008800;
tj7:=barpos>211 and barpos<241;
t7:=barslast(tj7);
y17:=hhv(ref(h,t7),0);
tl7:=barslast((tj7));
x17:=llv(ref(l,tl7),0);
as6:=hhv(if(barpos=211,c,0),0);
dkd7:=c-as6;
stickline(dkd7>0 and barpos>211 and barpos<241,c,as6,0,1),color000aaa;
stickline(dkd7<0 and barpos>211 and barpos<241,c,as6,0,1),color008800;
上一指标公式:飞龙顶底短线公式下载 大智慧指标源码飞龙
下一指标公式:一个我自用的吸筹公式源码下载 大智慧指标源码自用
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文分时整点红绿柱公式源码下载 大智慧指标红绿源码仅供学习研究。