大智慧副图公式源码 大智慧凤凰线副图公式源码
2015-2-12 10:58:03 股票入门 http://rumen.southmoney.com
南方财富网带来大智慧副图公式源码 大智慧凤凰线副图公式源码:
参数.N.缺省1最小1.最大30.步长1.xopen:=(ref(o,N)+ref(c,N))/2;
xclose:=close;
xhigh:=max(high,xopen);
xlow:=min(low,xopen);
volality:=ma(xhigh-xlow,8);
凰线:ma(xclose,5)+volality/2;
凤线:ma(xclose,5)-volality/2;
bu:=cross(xclose,凰线);
sel:=cross(凤线,xclose);
var1:=barslast(bu);
var2:=barslast(sel);
drawicon(ref(var1,1)》var2 and var1=0,xlow,7),align1,valign0;
drawicon(ref(var2,1)》var1 and var2=0,xhigh,8),align1,valign2;
STICKLINE(xclose》xopen and var1《var2,xclose,xopen ,8,0 ),colorred;
STICKLINE(xclose》xopen and var1《var2,xhigh,xclose ,0.5,0 ),colorred;
STICKLINE(xclose》xopen and var1《var2,xopen,xlow ,0.5,0 ),colorred;
STICKLINE(xclose《=xopen and var1《var2,xclose,xopen ,8,0 ),coloryellow;
STICKLINE(xclose《=xopen and var1《var2,xhigh,xopen ,0.5,0 ),coloryellow;
STICKLINE(xclose《=xopen and var1《var2,xclose,xlow ,0.5,0 ),coloryellow;
STICKLINE(xclose《=xopen and var1》var2,xclose ,xopen ,8,0 ),colorgreen;
STICKLINE(xclose《=xopen and var1》var2,xopen ,xhigh ,0.5,0 ),colorgreen;
STICKLINE(xclose《=xopen and var1》var2,xclose,xlow ,0.5,0 ),colorgreen;
STICKLINE(xclose》xopen and var1》var2,xclose ,xopen ,8,0 ),colorblue;
STICKLINE(xclose》xopen and var1》var2,xclose,xhigh ,0.5,0 ),colorblue;
STICKLINE(xclose》xopen and var1》var2,xopen,xlow ,0.5,0 ),colorblue;
股票入门声明:资讯来源于互联网,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。