股价回调20日线附近
编写要求:
均线20.30.60呈多头排列,股价在20日线上回调至20日线3%内!
www.guhai.com.cn股海网解答:
ma(c,5)>ma(c,10) and ma(c,10)>ma(c,20) and ma(c,20)>ref(ma(c,20),1) and c>ma(c,20) and c/ma(c,20)<=1.03;
编写要求:
均线20.30.60呈多头排列,股价在20日线上回调至20日线3%内!
www.guhai.com.cn股海网解答:
ma(c,5)>ma(c,10) and ma(c,10)>ma(c,20) and ma(c,20)>ref(ma(c,20),1) and c>ma(c,20) and c/ma(c,20)<=1.03;
问题反馈 取消