rq1:=2010;
rq2:=1;
rq3:=1;
rqa:=2010;
rqb:=1;
rqc:=1;
hf:=0;
xg:=0;
gf:=0;
p:=3;
p1:=3;
rqg:=(rq1-1900)*10000+rq2*100+rq3;
ah:=ref(h,barslast(date<=rqg )),nodraw;
高价:if(date>=rqg and xg>=1,ah,null),color00ffff;
rqd:=(rqa-1900)*10000+rqb*100+rqc;
dj:=ref(l,barslast(date<=rqd )),nodraw;
低价:if(date>=rqd and xg>=1,dj,null),colorffff00;
fu:=c-低价;
低到当前幅度:fu/低价*100,nodraw,color00ffff;
fuga:=高价-低价;
高到低价幅度%:fuga/高价*100,nodraw,color00ffff;
as:=(o+h+l+c)/4;
sy:=ema(as,p);
bl:=ema(as,17);
//好公式网
fillrgn(sy>bl,bl,sy,rgb(139,10,10));
fillrgn(sy<bl,bl,sy,rgb(0,100,0));
stickline1(c>=o,low,high,0,0),color0000ff;
stickline1(c>=o,close,open,2.8,1),color1020ee;
stickline1(c<=o,low,high,0,0),colorff8800;
stickline1(c<=o,close,open,2.8,0),colorffcc00;
低价a:if(date>=rqd and gf>=1,dj*1.03,null),color999999;
低价b:if(date>=rqd and gf>=1,dj*1.05,null),color999999;
低价c:if(date>=rqd and gf>=2,dj*1.08,null),color999999;
低价d:if(date>=rqd and gf>=2,dj*1.13,null),color999999;
低价e:if(date>=rqd and gf>=3,dj*1.18,null),color999999;
低价f:if(date>=rqd and gf>=3,dj*1.25,null),color999999;
低价g:if(date>=rqd and gf>=4,dj*1.34,null),color999999;
低价h:if(date>=rqd and gf>=4,dj*1.37,null),color999999;
drawtext(islastbar and gf>=1,dj*1.03,'?%'),color208fff;
drawtext(islastbar and gf>=1,dj*1.05,'?%'),color208fff;
drawtext(date<=rqd and gf>=2,低价c,'?%'),color208fff;
drawtext(date<=rqd and gf>=2,低价d,'?%'),color208fff;
drawtext(date<=rqd and gf>=3,低价e,'?%'),color208fff;
drawtext(date<=rqd and gf>=3,低价f,'?%'),color208fff;
drawtext(date<=rqd and gf>=3,低价g,'?%'),color208fff;
drawtext(date<=rqd and gf>=3,低价h,'?%'),color208fff;
stickline1(date<=rqg,低价,高价,0,0),color00ff00;
stickline1(date<=rqd,高价,低价,0,0),colorff00ff;
q1:=(低价+(高价 - dj) * 0.191)/高价;
q2:=(低价+(高价 - dj) * 0.382)/高价;
q3:=(低价+(高价 - dj) * 0.50)/高价;
q4:=(低价+(高价 - dj) * 0.618)/高价;
q5:=(低价+(高价 - dj) * 0.809)/高价;
q6:=(低价+(高价 - dj) * 0.333)/高价;
q7:=(低价+(高价 - dj) * 0.667)/高价;
zh:=if(hf,date<=rqg,date<=rqd),nodraw;
高价a:if(date>=rqd and xg>=2,ah*q1,null),color007777,dot;
高价b:if(date>=rqd and xg>=2,ah*q2,null),color007777,dot;
高价c:if(date>=rqd and xg>=2,ah*q3,null),color007777,dot;
高价d:if(date>=rqd and xg>=2,ah*q4,null),color007777,dot;
高价e:if(date>=rqd and xg>=2,ah*q5,null),color007777,dot;
高价f:if(date>=rqd and xg>=2,ah*q6,null),color007700,linethick3;
高价g:if(date>=rqd and xg>=2,ah*q7,null),color007700,linethick3;
drawnumber1(zh,高价*q1*1.008,高价*q1,2),color00ffff;
drawnumber1(zh,高价*q2*1.008,高价*q2,2),color00ffff;
drawnumber1(zh,高价*q3*1.008,高价*q3,2),color00ffff;
drawnumber1(zh,高价*q4*1.008,高价*q4,2),color00ffff;
drawnumber1(zh,高价*q5*1.008,高价*q5,2),color00ffff;
drawnumber1(zh,高价*q6*0.999,高价*q6,2),color00ff00;
drawnumber1(zh,高价*q7*1.01,高价*q7,2),color00ff00;
sya:ema(as,p1),linethick2,colorccaacc;
lj2:=(c-llv(low,8))/(hhv(high,8)-llv(low,8))*100;
ljf2:=(ema(lj2,3));
低:=18;
di:=ema(close,10) - ema(close,22);
xg1:=cross(ljf2,低);
drawicon(xg1,l,11);
drawnumber1(islastbar and sya,sya*1.005,sya,2);
bls:= bl+2.58*stdp(c,20);
bl2:= bl+1.96*stdp(c,20);
drawicon(cross(h,bls),h,2);
drawicon(cross(h,bl2),h*1.000,8);
drawnumber1(islastbar and bl,bl*1.005,bl,2);
xgm:=cross(sy,bl);
drawicon(cross(c,bl) and bl>ref(bl,1) and di>ref(di,1),l,9);
lc := ref(close,1);
rsi1:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
gb:if(rsi1>76,h*1.001,null),circledot,linethick3,colorffff00;
gbb:if(rsi1>80,h*1.002,null),crossdot,linethick3,color0000ff;
上一指标公式:金谷交易系统-文华财经公式 交易系统指标源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多空彩带公式 彩带指标源码仅供学习研究。