大智慧论坛
SLOPE( close,p1)<=0 and count(close>ma(close,18),2)=2 and ma(close,18)>=ref(ma(close,18),1)
and ma(VOL,6)>ma(vol,36)
注:p1是连续走平或下跌的天数,请做为参数设进去.
注2:按你的意思,下跌中也可有小涨,但总体来讲,可以理解为在P1天内,是走平或下跌趋势,因此可以用线性回归的斜率来判断。
SLOPE( close,p1)<=0 and count(close>ma(close,18),2)=2 and ma(close,18)>=ref(ma(close,18),1)
and ma(VOL,6)>ma(vol,36)
注:p1是连续走平或下跌的天数,请做为参数设进去.
注2:按你的意思,下跌中也可有小涨,但总体来讲,可以理解为在P1天内,是走平或下跌趋势,因此可以用线性回归的斜率来判断。