3日内5日线和10日线上穿20日线的公式
编写要求:
3日内5日线和10日线上穿20日线的公式。
www.guhai.com.cn股海网解答:
exist(cross(ma(c,5),ma(c,20)),3) and exist(cross(ma(c,10),ma(c,20)),3)
编写要求:
3日内5日线和10日线上穿20日线的公式。
www.guhai.com.cn股海网解答:
exist(cross(ma(c,5),ma(c,20)),3) and exist(cross(ma(c,10),ma(c,20)),3)
问题反馈 取消