智慧k线主图源码下载:
//慧k线主图
mid:=(3*close+low+open+high)/6;
牛线:(20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+12*ref(mid,8)+11*ref(mid,9)+10*ref(mid,10)+9*ref(mid,11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+5*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,20))/210,colorred;
马线:ma(牛线,5),colorgreen;
ma5:ma(c,5),colorwhite;
//收盘价高于牛线k线全部用红色,收盘价高于开盘价,k柱用空心柱,否则用实心柱
stickline(c>=牛线 and c>=0,c,o,9,1),colorred;
stickline(c>=牛线 and c<=o,c,o,9,0),colorred;
stickline(c>=牛线 and h>=max(c,o),h,max(c,o),0,0),colorred;
stickline(c>=牛线 and l<=min(c,o),l,min(c,o),0,0),colorred;
//收盘价低于牛线k线全部用浅蓝色,收盘价高于开盘价,k柱用空心柱,否则用实心柱
stickline(c<牛线 and c<o,c,o,9,0),colorcyan;
stickline(c<牛线 and c>o,c,o,9,1),colorcyan;
stickline(c<牛线 and h>=max(c,o),h,max(c,o),0,0),colorcyan;
stickline(c<牛线 and l<=min(c,o),l,min(c,o),0,0),colorcyan;
...........
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文智慧K线主图下载仅供学习研究。