编写要求:
今日涨幅大于5%,成交量为二十日最大量。二十日内的最低收盘到今日收盘价涨幅不超过30%,5.10.20.60线多头排列且向上运行,今日股价为二十日内最高价。
公式指标网解答:
c=hhv(c,20) and c/ref(c,1)>1.05 and v=hhv(v,20) and c/llv(c,20)<1.3 and ma(c,5)>ma(c,10) and ma(c,10)>ma(c,20) and ma(c,20)>ma(c,60);