股价回踩30日线公式
编写要求:
股价回踩30日线的选股公式加30日线上穿120日线的条件
www.guhai.com.cn股海网解答:
ma(c,30)>ma(c,120) and ALL(C>ma(c,30),5) and cross(c,ma(c,30));
编写要求:
股价回踩30日线的选股公式加30日线上穿120日线的条件
www.guhai.com.cn股海网解答:
ma(c,30)>ma(c,120) and ALL(C>ma(c,30),5) and cross(c,ma(c,30));
问题反馈 取消