喜好的朋侪可以实践一下。本人以为利用本指标最告急的一条原则是:选好股票,找到该指标的准确利用方法,特殊要留意时间周期的运用,找到最符合的买入点和卖出点。
: j, I& [/ E2 @; ], n" x" h& R, w( ?' W0 s
{参数:n1: 1 100 9; n2: 1 100 5} : T. n, I5 t% y: t: F
mtm:=c-ref(c,1);
7 l, s3 M" ~) s2 ]8 W8 x$ S; D/ nZLGJ:100*ema(ema(mtm,n1),n1)/ema(ema(abs(mtm),n1),n1),colorwhite;
. ~0 t' a+ p( i+ R; ~: @MAZL:MA(ZLGJ,N2),coloryellow;7 r! [# Z. Y1 H$ x0 J
卖出:IF( CROSS(MAZL,ZLGJ) and (ref(ZLGJ,1)-ZLGJ>2),20,0),COLOR00ff00,STICK,LINETHICK2;
, V4 b2 j& h! M6 E8 K买入:IF( CROSS(ZLGJ,MAZL) and (ZLGJ-ref(ZLGJ,1)>3) ,40,0),COLORred,STICK,LINETHICK3;; W1 N; c5 m* h( x
DRAWTEXT((CROSS(MAZL,ZLGJ) and (ref(ZLGJ,1)-ZLGJ>2)),50,'卖'),COLOR00ff00;+ j1 p( M* m0 T5 N5 A
DRAWTEXT((CROSS(ZLGJ,MAZL) and (ZLGJ-ref(ZLGJ,1)>3)),60,'买'),COLORred;
3 L' g; [4 x' u4 ^( H5 }好买点:IF( CROSS(ZLGJ,MAZL) and (ZLGJ |