编写条件:收盘价超过前四天的开盘价,而且成交量是五日内较大 的量的选股公式。
编写方式 :c>ref(o,1) and c>ref(o,2) and c>ref(o,3) and c>ref(o,4) and v=hhv(v,5);
微信 分享