公式编写要求:
股价盘中突破20日均线的选股公式
公式编写方法:
cross(c,ma(c,20)); 或者 ref(max(c,o)>ma(c,20) and min(c,o)<ma(c,20),1) and o<ma(c,20) and c>ma(c,20);
爱查 股网 www.aichagu .com