大智慧指标公式 大智慧凤凰线选蓝拄指标公式
2015-3-27 11:25:20 股票入门 http://rumen.southmoney.com
最近股市低迷,股票不好选,用方法,在结合其他指标,可以选出短线可以操作股票
xopen:=(ref(o,1)+ref(c,1))/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);
xclose》xopen and var1》var2;
股票入门声明:资讯来源于互联网,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。