当前位置:首页 > 公式解答 > 内容

60日均线回调的选股指标

作者:公式指标网   更新时间:2018-01-23   点击:

编写要求:

1.60日均线向上; 2.股价回调到60日均线附近; 3.5日均线上拐; 4.RSI(参数5)上穿50; 5.成交量放大。

www.gszx.com.cn网解答:

aa:=ma(c,60)>ref(ma(c,60),1);
bb:=l<ref(l,1) and l/ma(c,60)<1.02;
cc:=ma(c,5)>ref(ma(c,5),1) and ref(ma(c,5),1)<ref(ma(c,5),2);
dd:=cross(rsi.rsi1,50);
ee:=v>ma(v,5);
xg:aa and bb and cc and dd and ee;

资源下载

相关文章

热门推荐

移动端首页 | PC端

© by gszx.com.cn Mobile Web