这里的人们爱和平,这里的人们爱奉献。我也奉献一个,但愿对大家有用。
{时间密码}
立春:=filter(month=2 and (day=4 or day=6 ),2);
雨水:=filter(month=2 and (day=19 or day=21),2);
惊蛰:=filter(month=3 and (day=6 or day=8 ),2);
春分:=filter(month=3 and (day=21 or day=23),2);
清明:=filter(month=4 and (day=5 or day=7 ),2);
谷雨:=filter(month=4 and (day=20 or day=22),2);
立夏:=filter(month=5 and (day=7 or day=9 ),2);
小满:=filter(month=5 and (day=21 or day=23),2);
芒种:=filter(month=6 and (day=6 or day=8 ),2);
夏至:=filter(month=6 and (day=21 or day=23),2);
小暑:=filter(month=7 and (day=7 or day=9 ),2);
大暑:=filter(month=7 and (day=23 or day=25),2);
立秋:=filter(month=8 and (day=8 or day=10 ),2);
处暑:=filter(month=8 and (day=23 or day=25),2);
白露:=filter(month=9 and (day=8 or day=10 ),2);
秋分:=filter(month=9 and (day=23 or day=25),2);
寒露:=filter(month=10 and (day=8 or day=10 ),2);
霜降:=filter(month=10 and (day=23 or day=25),2);
立冬:=filter(month=11 and (day=8 or day=10 ),2);
小雪:=filter(month=11 and (day=23 or day=25),2);
大雪:=filter(month=12 and (day=7 or day=9 ),2);
冬至:=filter(month=12 and (day=22 or day=24),2);
小寒:=filter(month=1 and (day=6 or day=8 ),2);
大寒:=filter(month=1 and (day=20 or day=22),2);
寅月:=立春;
卯月:=惊蛰;
辰月:=清明;
巳月:=立夏;
午月:=芒种;
未月:=小暑;
申月:=立秋;
酉月:=白露;
戌月:=寒露;
亥月:=立冬;
子月:=大雪;
丑月:=小寒;
drawtext(寅月,low*0.96,'寅'),colorgreen,align0;
drawtext(卯月,low*0.96,'卯'),colorgreen,align0;
drawtext(辰月,low*0.96,'辰'),color0099ff,align0;
drawtext(巳月,low*0.96,'巳'),colormagenta,align0;
drawtext(午月,low*0.96,'午'),colormagenta,align0;
drawtext(未月,low*0.96,'未'),color0099ff,align0;
drawtext(申月,low*0.96,'申'),coloryellow,align0;
drawtext(酉月,low*0.96,'酉'),coloryellow,align0;
drawtext(戌月,low*0.96,'戌'),color0099ff,align0;
drawtext(亥月,low*0.96,'亥'),colorblue,align0;
drawtext(子月,low*0.96,'子'),colorblue,align0;
drawtext(丑月,low*0.96,'丑'),color0099ff,align0;
stickline(立春,high,low,0.1,1),colorgreen;
stickline(立春,open,close,2,1),linethick1,colorgreen;
drawtext(立春,high*1.02,'立春'),colorgreen,align0;
stickline(雨水,high,low,0.1,1),colorgreen;
stickline(雨水,open,close,2,1),linethick1,colorgreen;
drawtext(雨水,high*1.02,'雨水'),colorgreen,align0;
stickline(惊蛰,high,low,0.1,1),colorgreen;
stickline(惊蛰,open,close,2,1),linethick1,colorgreen;
drawtext(惊蛰,high*1.02,'惊蛰'),colorgreen,align0;
stickline(春分,high,low,0.1,1),colorgreen;
stickline(春分,open,close,2,1),linethick1,colorgreen;
drawtext(春分,high*1.02,'春分'),colorgreen,align0;
stickline(清明,high,low,0.1,1),colorgreen;
stickline(清明,open,close,2,1),linethick1,colorgreen;
drawtext(清明,high*1.02,'清明'),colorgreen,align0;
stickline(谷雨,high,low,0.1,1),colorgreen;
stickline(谷雨,open,close,2,1),linethick1,colorgreen;
drawtext(谷雨,high*1.02,'谷雨'),colorgreen,align0;
stickline(立夏,high,low,0.1,1),colormagenta;
stickline(立夏,open,close,2,1),linethick1,colormagenta;
drawtext(立夏,high*1.02,'立夏'),colormagenta,align0;
stickline(小满,high,low,0.1,1),colormagenta;
stickline(小满,open,close,2,1),linethick1,colormagenta;
drawtext(小满,high*1.02,'小满'),colormagenta,align0;
stickline(芒种,high,low,0.1,1),colormagenta;
stickline(芒种,open,close,2,1),linethick1,colormagenta;
drawtext(芒种,high*1.02,'芒种'),colormagenta,align0;
stickline(夏至,high,low,0.1,1),colormagenta;
stickline(夏至,open,close,2,1),linethick1,colormagenta;
drawtext(夏至,high*1.02,'夏至'),colormagenta,align0;
stickline(小暑,high,low,0.1,1),colormagenta;
stickline(小暑,open,close,2,1),linethick1,colormagenta;
drawtext(小暑,high*1.02,'小暑'),colormagenta,align0;
stickline(大暑,high,low,0.1,1),colormagenta;
stickline(大暑,open,close,2,1),linethick1,colormagenta;
drawtext(大暑,high*1.02,'大暑'),colormagenta,align0;
stickline(立秋,high,low,0.1,1),coloryellow;
stickline(立秋,open,close,2,1),linethick1,coloryellow;
drawtext(立秋,high*1.02,'立秋'),coloryellow,align0;
stickline(处暑,high,low,0.1,1),coloryellow;
stickline(处暑,open,close,2,1),linethick1,coloryellow;
drawtext(处暑,high*1.02,'处暑'),coloryellow,align0;
stickline(白露,high,low,0.1,1),coloryellow;
stickline(白露,open,close,2,1),linethick1,coloryellow;
drawtext(白露,high*1.02,'白露'),coloryellow,align0;
stickline(秋分,high,low,0.1,1),coloryellow;
stickline(秋分,open,close,2,1),linethick1,coloryellow;
drawtext(秋分,high*1.02,'秋分'),coloryellow,align0;
stickline(寒露,high,low,0.1,1),coloryellow;
stickline(寒露,open,close,2,1),linethick1,coloryellow;
drawtext(寒露,high*1.02,'寒露'),coloryellow,align0;
stickline(霜降,high,low,0.1,1),coloryellow;
stickline(霜降,open,close,2,1),linethick1,coloryellow;
drawtext(霜降,high*1.02,'霜降'),coloryellow,align0;
stickline(立冬,high,low,0.1,1),colorwhite;
stickline(立冬,open,close,2,1),linethick1,colorwhite;
drawtext(立冬,high*1.02,'立冬'),colorwhite,align0;
stickline(小雪,high,low,0.1,1),colorwhite;
stickline(小雪,open,close,2,1),linethick1,colorwhite;
drawtext(小雪,high*1.02,'小雪'),colorwhite,align0;
stickline(大雪,high,low,0.1,1),colorwhite;
stickline(大雪,open,close,2,1),linethick1,colorwhite;
drawtext(大雪,high*1.02,'大雪'),colorwhite,align0;
stickline(冬至,high,low,0.1,1),colorwhite;
stickline(冬至,open,close,2,1),linethick1,colorwhite;
drawtext(冬至,high*1.02,'冬至'),colorwhite,align0;
stickline(小寒,high,low,0.1,1),colorwhite;
stickline(小寒,open,close,2,1),linethick1,colorwhite;
drawtext(小寒,high*1.02,'小寒'),colorwhite,align0;
stickline(大寒,high,low,0.1,1),colorwhite;
stickline(大寒,open,close,2,1),linethick1,colorwhite;
drawtext(大寒,high*1.02,'大寒'),colorwhite,align0;
m3:ma(close,3),colorffffff;
m5:ma(close,5),colorffff00;
m7:ma(c,7);
m14:ma(c,14),pointdot,linethick3;
m28:ma(c,28),pointdot,linethick3;
m49:ma(c,49);
m64:ma(c,64);
m98:ma(c,98);
e1:=barscount(c);
ah:=hhv(h,200);
al:=llv(l,200);
b0:=(ah-al)/40;
kb1:=h+b0;
kb2:=l-b0;
stickline((e1+0)/34=floor((e1+0)/34),kb2,kb2-0.8*b0,1,0),coloryellow,linethick3;
drawtext((e1+0)/34=floor((e1+0)/34),kb2-b0,'满窗'),align0,coloryellow;
stickline((e1+0)/17=floor((e1+0)/17),kb2,kb2-0.8*b0,1,0),coloryellow,linethick3;
drawtext((e1+0)/17=floor((e1+0)/17),kb2-b0,'半窗'),align0,coloryellow;
上一指标公式:赚个够成功率98%大盘已经向底部靠近公式 飞狐大盘源码指标 源码
下一指标公式:五里3号-这个组合条件选股还不错公式 飞狐五里指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文时间密码主图公式 飞狐密码时间指标 源码仅供学习研究。