编写条件:
收盘价大于前四天的开盘价,并且成交量是五日内最大的量的选股公式。编写方法:
c>ref(o,1) and c>ref(o,2) and c>ref(o,3) and c>ref(o,4) and v=hhv(v,5);
来源:Internet,编辑:股旁网,2018-01-15
编写条件:
收盘价大于前四天的开盘价,并且成交量是五日内最大的量的选股公式。编写方法:
c>ref(o,1) and c>ref(o,2) and c>ref(o,3) and c>ref(o,4) and v=hhv(v,5);