【大智慧】主力同步指標(biāo)公式
攻城獅 2015.12.29 21:45
注:
黃色:主力出貨區(qū)
藍(lán)色:主力介入?yún)^(qū)
綠色:主力開始出貨(此時(shí)建議出貨)
紅色:主力開始控盤(此時(shí)建議介入)n1:=38; n2:=8; n3:=7;
x1:=100*(hhv(high,n1)-close)/(hhv(high,n1)-llv(low,n1));
var1:=100*(hhv(high,n2)-close)/(hhv(high,n2)-llv(low,n2));
var2:=100*(hhv(high,n3)-close)/(hhv(high,n3)-llv(low,n3));
var3:=var1-x1;
var4:=x1-var1;
stickline(x1>=0,0,var2,8,0),colorgreen;
主力介入?yún)^(qū): stickline(var3<0,0,var4,8,0),color0000aa;
stickline(var3<0,0,var4,6,0),color0000bb;
stickline(var3<0,0,var4,4,0),color0000cc;
stickline(var3<0,0,var4,2,0),color0000ee;
stickline(var3<0,0,var4,0,0),color0000ff;
stickline(x1>=0,0,var1,8,1),colorblue;
主力出貨區(qū): stickline(var4<0,0,var3,8,1),coloryellow;
申明:本文為作者投稿或轉(zhuǎn)載,在概念股網(wǎng) http://m.chiang1015.com/ 上發(fā)表,為其獨(dú)立觀點(diǎn)。不代表本網(wǎng)立場,不代表本網(wǎng)贊同其觀點(diǎn),亦不對其真實(shí)性負(fù)責(zé),投資決策請建立在獨(dú)立思考之上。