编写要求:
收盘价大于前四天的开盘价,并且成交量是五日内最大的量的选股公式。
www.gszx.com.cn网解答:
c>ref(o,1) and c>ref(o,2) and c>ref(o,3) and c>ref(o,4) and v=hhv(v,5);