qq api获取qq号:太极量指标,地量选股;选出风凰红色柱

来源:百度文库 编辑:中财网 时间:2024/04/29 09:12:50
太极量指标,地量选股公式.VOLxopen:=(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);
a:=ref(var1,1)>var2 and var1=0;
b:=not(a); 大黑牛 问 请给一个选出风凰红色柱而不是选红箭头的选股公式 吴 程 答 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);

xclose>xopen and var1
xclose>xopen and var1