求编一个选 股指标:
选择纯利润在1亿以上的,日线K线图(收盘价)在年线以上的,同时也在60均线以上的,同时连续3根日K线是下跌的,当前的K线(收盘价)是在5均线以下
感谢老大...
FINANCE(30)>100000 and callstock(stklabel,vtclose,6)>callstock(stklabel,vtclose,9) and callstock(stklabel,vtclose,6)>stkindi('','ma.ma4',0,6) and close<ma(c,5) and callstock(stklabel,vtclose,6)<callstock(stklabel,vtclose,6,-1) and callstock(stklabel,vtclose,6,-1) < callstock(stklabel,vtclose,6,-2);