|
奇异量能 不会告诉你交易点,但能返资金状态,反映资金与股价的表现。
' @+ o' M! f+ Y" y" l7 e) u公式思绪极其简朴,但都是实战的总结
7 d7 g7 X; r3 [: Q; ]6 L, S
) ^! g! s1 l5 {9 x- b; P, ~& T7 yVOL,VOLSTICK;
8 m( |2 {% X! t0 o0 O- ]- z. NMA1:MA(VOL,5);5 V" s' f8 d% K- n' \- p
MA2:MA(VOL,10);) j5 Q/ n( h6 m c# _" c E" L
MA3:MA(VOL,20);! v" S$ w1 C ~; `
量能突变:=v+ref(v,1)>=(ref(v,2)+ref(v,3)+ref(v,4)+ref(v,5)+ref(v,6))/5*3 and vo and c>ma(c,21);
( `- U( t5 R8 v) estickline(量能突变,2*v/3,v,8,0),colorred;
/ r2 D3 @' F5 [, \4 l3 K: b量价共同:=ref(v,1)max(ma(v,5),ma(v,10),ma(v,20)) and v=hhv(c,15) and v>=hhv(v,15);
( a) n) G+ w& C2 X9 n* H$ [stickline(量价突破,0,v/3,8,0),colorFF00FF;
: a5 |5 l5 B6 x9 Y# ?7 l( M价量突破15:0,colorFF00FF;7 t: c q+ j% M/ \% |: S1 O ?
量能堆积:0,colorred;
5 o* F' H9 i3 @4 d. |3 M量3价21:0,coloryellow; |