九毛八公式指标
MACD死叉后出现的第一个盘中涨幅大于6%的个股,当日最高价是近五个交易日最高价,并且当日量能是21个交易日内的最大量。
公式模块:
a:=h/ref(c,1)>1.06 and h=hhv(h,5) and v=hhv(v,21);
a and count(a,barslast(macd.macd>0))=1 and macd.macd<0;
九毛八公式指标
MACD死叉后出现的第一个盘中涨幅大于6%的个股,当日最高价是近五个交易日最高价,并且当日量能是21个交易日内的最大量。
a:=h/ref(c,1)>1.06 and h=hhv(h,5) and v=hhv(v,21);
a and count(a,barslast(macd.macd>0))=1 and macd.macd<0;