|
奇异量能 不会告诉你交易点,但能返资金状态,反映资金与股价的表现。
' F# U6 E8 w* ~3 b& w+ s* ^! m公式思绪极其简朴,但都是实战的总结 m: B2 @% O, ~2 Z% T
+ b! v! P. `$ D, D9 h; n
VOL,VOLSTICK;
" J/ H/ L# w4 z+ }$ h8 P& F8 V: q2 |MA1:MA(VOL,5);1 _ g; d% Q+ e! x3 Q
MA2:MA(VOL,10);
. u; U3 l/ U( r' Y7 n# S$ lMA3:MA(VOL,20);9 m G2 K, a9 P1 {8 e5 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);
& T" V8 @! @5 I0 [stickline(量能突变,2*v/3,v,8,0),colorred;
/ e& H U+ \; F7 s2 e1 }+ T \6 I量价共同:=ref(v,1)max(ma(v,5),ma(v,10),ma(v,20)) and v=hhv(c,15) and v>=hhv(v,15);
+ v- Q7 A( z) X' W0 g: sstickline(量价突破,0,v/3,8,0),colorFF00FF;5 V! w2 h ^7 U# o C4 {6 g D' ^
价量突破15:0,colorFF00FF;, m. u7 v1 f7 c1 b4 Y" o
量能堆积:0,colorred;3 A( z: a5 Q6 n4 P9 P, u3 L
量3价21:0,coloryellow; |