◆现价与历史上的价格比较主图附图
把现价与历史上的价格进行比较,使你心中有数--------【第一行】----c.收盘价,【第二行】----h.最高价,【第三行】----累计换手,【第四行】----平均换手,其实这是一份该股的历史资料,查一查历史你就会更进一步知道该股目前所处的位置,他是决定你的对策的好参谋,累计换手,平均换手是了解股性的主要参考不可不看,你不了解股性就不会有好的策略,
drawgbklast(date>900101,strip(rgb(5,5,5),rgb(5,4,100),1));
现价: if (dynainfo(4)=0,c,dynainfo(7)),color0077ff,pointdot;
x:=barslast(dispstatus=1)+1;
drawtextabs(500,10,'★['+stklabel+']'+ stkname+':【可视:'+x+'天,】'),color00ffff,linethick7,layer0;
ma5:ma(c,5),color00ffff,precis2;
ma10:ma(c,10),precis2;
ma20:ma(c,20),precis2;
ma30:ma(c,30),precis2;
ma60:ma(c,60),precis2;
ma120:ma(c,120),precis2,linethick0;
partline(ma5,ma5>ref(ma5,1),rgb(255,0,0),ma5<ref(ma5,1),rgb(0,255,0)),linethick2;
bbi:ema((wma(close,3)+wma(close,6)+wma(close,12)+wma(close,24))/4,13),color00ff00,linethick0;;
partline(bbi,bbi>ref(bbi,1),rgb(255,0,0),bbi<ref(bbi,1),rgb(0,255,0)),linethick2;
fillrgn(ma5,bbi,(ma5>ref(ma5,1))-1,rgb(60,0,60),1,rgb(0,0,255) ),linethick2,layer7;
{k线}
stickline(close>open,high,low,0.5,0 ),color0000ff;
stickline(open>=close,high,low,0.5 ,0 ),color00ff00;
stickline(open>=close ,close ,open,8,0 ),color006600;
stickline(open>=close ,close ,open,7,0 ),color009900;
stickline(open>=close ,close ,open,5,0 ),color00bb00;
stickline(open>=close ,close ,open,3,0 ),color00dd00;
stickline(open>=close ,close ,open,1,0 ),color00ff00;
stickline(close>open,close,open,8,0) ,color000566;
stickline(close>open,close,open,7,0) ,color000499;
stickline(close>open,close,open,5,0) ,color0003bb;
stickline(close>open,close,open,3,0) ,color0002dd;
stickline(close>open,close,open,1,0) ,color0001ff;
drawrectabs(5,2 ,99 ,396 , rgb(0,60,0)),color44ff00,linethick2,layer0;;
drawrectabs(100,2 ,420 ,396 , rgb(40,0,50)),color0044ff,linethick2,layer0;;
drawtextabs(20,15,'今日【c】 '+numtostrn((c),2)+'元。'+numtostrn((h),2)+'元。'),color44ff00,linethick2,layer0;
drawtextabs(20,45,' 5日【c】 '+numtostrn((hhv(c,5)),2)+'元。 '+numtostrn((hhv(h,5)),2)+'元。'),color44ffff,linethick2,layer0;
drawtextabs(10,75,'10日【c】 '+numtostrn((hhv(c,10)),2)+'元。 '+numtostrn((hhv(h,10)),2)+'元。 '),color44ffff,linethick2,layer0;
drawtextabs(10,105,'20日【c】 '+numtostrn((hhv(c,20)),2)+'元。 '+numtostrn((hhv(h,20)),2)+'元。'),color44ffff,linethick2,layer0;
drawtextabs(10,135,'30日【c】 '+numtostrn((hhv(c,30)),2)+'元。 '+numtostrn((hhv(h,30)),2)+'元。'),color44ffff,linethick2,layer0;
drawtextabs(10,165,'60日【c】 '+numtostrn((hhv(c,60)),2)+'元。 '+numtostrn((hhv(h,60)),2)+'元。 '),color4477ff,linethick2,layer0;
drawtextabs(10,195,'90日【c】 '+numtostrn((hhv(c,90)),2)+'元。 '+numtostrn((hhv(h,90)),2)+'元。'),color00ffff,linethick2,layer0;
drawtextabs(10,225,' 120日【c】 '+numtostrn((hhv(c,120)),2)+'元 '+numtostrn((hhv(h,120)),2)+'元。 '),color44ffff,linethick2,layer0;
drawtextabs(10,255,' 240日【c】 '+numtostrn((hhv(c,240)),2)+'元。 '+numtostrn((hhv(h,240)),2)+'元。'),color44ffff,linethick2,layer0;
drawtextabs(10,285,' 480日【c】 '+numtostrn((hhv(c,480)),2)+'元。 '+numtostrn((hhv(h,480)),2)+'元。'),color44ffff,linethick2,layer0;
drawtextabs(10,315,' 2400日【c】 '+numtostrn((hhv(c,2400)),2)+'元。 '+numtostrn((hhv(h,2400)),2)+'元。'),color44ffff,linethick2,layer0;
drawtextabs(10,345,'最高【c】 '+numtostrn((hhv(c,0)),2)+'元。 '+numtostrn((hhv(h,0)),2)+'元。'),color00ff00,linethick2,layer0;
drawtextabs(10,375,''+x+'日【c】 '+numtostrn((hhv(c,x)),2)+'元。 '+numtostrn((hhv(h,x)),2)+'元。'),color0000ff,linethick2,layer0;
drawrectabs(100,4,100+(c)/c*100,14 , rgb(255,0,0)),layer0;
drawrectabs(100,34 ,100+(hhv(c,5))/c*100 ,44 , rgb(0,255,0)),layer0;
drawrectabs(100,64 ,100+(hhv(c,10))/c*100 ,74 , rgb(0,155,100)),layer0;
drawrectabs(100,94 ,100+(hhv(c,20))/c*100 ,104 , rgb(250,55,0)),layer0;
drawrectabs(100,124,100+(hhv(c,30))/c*100,134 , rgb(250,155,0)),layer0;
drawrectabs(100,154,100+(hhv(c,60))/c*100 ,164 , rgb(0,205,200)),layer0;
drawrectabs(100,184,100+(hhv(c,90))/c*100 ,194 , rgb(255,0,100)),layer0;
drawrectabs(100,214,100+(hhv(c,120))/c*100,224 , rgb(0,155,100)),layer0;
drawrectabs(100,244,100+(hhv(c,240))/c*100 ,254 , rgb(50,255,20)),layer0;
drawrectabs(100,274,100+(hhv(c,480))/c*100 ,284 , rgb(250,55,0)),layer0;
drawrectabs(100,304,100+(hhv(c,2400))/c*100 ,314 , rgb(0,205,20)),layer0;
drawrectabs(100,334,100+(hhv(c,0))/c*100 ,344 , rgb(255,255,0)),layer0;
drawrectabs(100,364,100+(hhv(c,x))/c*100 ,374 , rgb(255,0,0)),layer0;
drawtextabs(280,15,' '+numtostrn(vol/capital*100,2)+'%。'),color00ff00,linethick3,layer0;
drawtextabs(280,45,''+numtostrn(sum(vol/capital*100,5),0)+'%。 '+numtostrn(sum(vol/capital*100,5)/5,2)+'%。'),color44ffff,linethick2,layer0;
drawtextabs(280,75,''+numtostrn(sum(vol/capital*100,10),0)+'%。 '+numtostrn(sum(vol/capital*100,10)/10,2)+'%。'),color44ffff,linethick2,layer0;
drawtextabs(280,105,''+numtostrn(sum(vol/capital*100,20),0)+'%。'+numtostrn(sum(vol/capital*100,20)/20,2)+'%。'),color44ffff,linethick2,layer0;
drawtextabs(280,135,''+numtostrn(sum(vol/capital*100,30),0)+'%。'+numtostrn(sum(vol/capital*100,30)/30,2)+'%。 '),color44ffff,linethick2,layer0;
drawtextabs(280,165,''+numtostrn(sum(vol/capital*100,60),0)+'%。'+numtostrn(sum(vol/capital*100,60)/60,2)+'%。'),color44ff00,linethick2,layer0;
drawtextabs(280,195,''+numtostrn(sum(vol/capital*100,90),0)+'%。'+numtostrn(sum(vol/capital*100,90)/90,2)+'%。'),color00ffff,linethick2,layer0;
drawtextabs(280,225,''+numtostrn(sum(vol/capital*100,120),0)+'% '+numtostrn(sum(vol/capital*100,120)/120,2)+'%。'),color44ffff,linethick2,layer0;
drawtextabs(280,255,''+numtostrn(sum(vol/capital*100,240),0)+'% '+numtostrn(sum(vol/capital*100,240)/240,2)+'%。 '),color44ffff,linethick2,layer0;
drawtextabs(280,285,''+numtostrn(sum(vol/capital*100,480),0)+'% '+numtostrn(sum(vol/capital*100,480)/480,2)+'%。'),color44ffff,linethick2,layer0;
drawtextabs(280,315,''+numtostrn(sum(vol/capital*100,2400),0)+'% '+numtostrn(sum(vol/capital*100,2400)/2400,2)+'%。'),color44ffff,linethick2,layer0;
drawtextabs(280,345,' '+numtostrn((hhv(vol/capital*100,0)),2)+'% '),color00ff00,linethick3,layer0;
drawtextabs(280,375,''+numtostrn(sum(vol/capital*100,x),0)+'%。'+numtostrn(sum(vol/capital*100,x)/x,2)+'%。'),color0044ff,linethick2,layer0;
上一指标公式:龙轩修正补丁DZH公式下载 大智慧指标源码修正公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文现价与历史上的价格比较主图DZH附图公式下载 大智慧指标源码价格比较附图仅供学习研究。