{t:10 10000 150;tt:1,100,3 ; n1: 0 , 500 , 0}
amov:=vol*(open+close)/2;
成本价:sum(amov,5)/sum(vol,5),linethick1,color209fff;
maa:ma(c,n1),color00ff00;
drawtext(islastbar and n1>0 and maa>ref(maa,1),maa,'↑'),color00ff00;
drawtext(islastbar and n1>0 and maa<ref(maa,1),maa,'↓'),color00ff00;
高1:=ref(hhv(h,t),tt);
低1:=ref(llv(l,t),tt);
h1:=高1-(高1-低1)*0.191;
h2:=高1-(高1-低1)*0.382;
h3:=高1-(高1-低1)*0.5;
h4:=高1-(高1-低1)*0.618;
h5:=高1-(高1-低1)*0.809;
顶:refdate(高1,date),colorffff00;
一:refdate(h1,date),dotline,coloryellow;
二:refdate(h2,date),dotline,colormagenta;
三:refdate(h3,date),color00ffff;
四:refdate(h4,date),dotline,colormagenta;
五:refdate(h5,date),dotline,coloryellow;
低:refdate(低1,date),color00ff00;
tt3:=(currbarscount=5);
tt4:=(currbarscount=5+3);
drawnumber(tt3 and 顶,顶,顶),color999900;
drawtext(tt4 and 顶,顶,'高:'),color208fff;
drawnumber(tt3 and 一,一,一),color999999;
drawtext(tt4 and 一,一,'191:'),color208fff;
drawnumber(tt3 and 二,二,二),color999999;
drawtext(tt4 and 二,二,'382:'),color208fff;
drawnumber(tt3 and 三,三,三),color999999;
drawtext(tt4 and 三,三,'1/2:'),color208fff;
drawnumber(tt3 and 四,四,四),color999999;
drawtext(tt4 and 四,四,'618:'),color208fff;
drawnumber(tt3 and 五,五,五),color999999;
drawtext(tt4 and 五,五,'809:'),color208fff;
drawnumber(tt3 and 低,低*1.01,低),color999900;
drawtext(tt4 and 低,低*1.009,'低:'),color208fff;
as:=(o+h+l+c)/4;
bl:ema(as,17),linethick2,color0000ff;
drawnumber(islastbar and bl,bl*1.005,bl);
xgm:=cross(c,bl);
drawicon(xgm,bl,9);
if(bl>ref(bl,1),bl,drawnull),linethick2,coloryellow;
if(bl<ref(bl,1),bl,drawnull),linethick2,color00ff00;
drawtext(islastbar and bl>ref(bl,1),bl,'↑'),color00ffff;
drawtext(islastbar and bl<ref(bl,1),bl,'↓'),color00ff00;
diff:=ema(close,12) - ema(close,26);
dea:=ema(diff,9);
macd:=2*(diff-dea),;
gmb:if(cross(diff,dea) and diff>0,l*0.999,drawnull),crossdot,linethick3,color00ffff;
gmc:if(cross(diff,dea) and diff<0,l*0.999,drawnull),crossdot,linethick3,color208fff;
drawtext(cross(diff,dea) and diff>0,l*0.998,'金叉>0'),coloryellow;
drawtext(cross(diff,dea) and diff<0,l*0.998,'金叉<0'),coloryellow;
rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
gjd:if(cross(k,d) and k>20 and d<50,l*0.999,drawnull),crossdot,linethick3,colorff00ff;
drawtext(cross(k,d) and k>20 and d<50,l*0.998,'k>20 d<50 kd金叉 '),coloreeaaee;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文另类黄金分割线给你带来效益主图指标详解 通达信源码效益仅供学习研究。