60日均线回调的选股指标
更多金钻指标股票技术讨论QQ群:966329692 技术讨论QQ群:220302856 技术讨论QQ群:39652085 如群满可换一个
选股票看什么指标最好 >股票指标网
更多金钻指标股票技术讨论QQ群:966329692 技术讨论QQ群:220302856 技术讨论QQ群:39652085 如群满可换一个
编写要求:
1.60日均线向上;2.股价回调到60日均线附近;3.5日均线上拐;4.RSI(参数5)上穿50;5.成交量放大。
解答:
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;
选股票看什么指标最好 >股票指标网
精彩评论