公式编写要求:
条件公式:5日均量的2到3倍。
公式编写方法:
v<=ma(v,5)*3 and v>=ma(v,5)*2{五日包含今日}
或:
V<=ref(ma(v,5),1)*3 and v>=ref(ma(v,5),1)*2{昨五日均量}
爱查 股网 www.aichagu. com