degree:=atan((ma(c,8)/ref(ma(c,8),1)-1)*100)*57.3;s:=45<=degree and c>ma(c,8);stickline(s and c>0,c,h,0.01,0),colorred;stickline(s and c>0,l,o,0.01,0),colorred;stickline(s and c>0,c,o,2...
{木见过这样的公式,从你的提问标题推测:自古华山一条路!要爬上华山就只有一条路,说明华山的艰险,要走就走这条,没有别的选择,也不要存在侥幸、期待观望的心理。简言之:就是找“强势股”!简单做了一个:} a:=ma(c,5);a1:=ma(c,20);角度:=atan((a/a1-1)*100)*57.3;cl:=角度>=60 and ma(c...