公式编写说明:
条件公式: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.tou 18.cn