大智慧公式集锦 大智慧分时指标脉冲抓涨停指标公式
2016-09-09 14:16 股票知识 zhishi.southmoney.com
拉升:=close/ref(close,2)>1.02 and between(ref(close,1),ref(close,2),close);
拉升时间:=barslast(拉升);
拉升价格:=ref(close,拉升时间);
均价:=IF(C>0,SUM(AMOUNT,0)/SUM(VOL*100,0),DYNAINFO(3));
选股:cross(close,拉升价格) {二次拉升}
AND between(拉升时间,1,5) {回调时间5分钟内}
and count(c>均价,拉升时间)=拉升时间 {回调期间不破均线}
and v=hhv(v,0) {量创新高}
and c=hhv(c,0) {价创新高};
拉升时间:=barslast(拉升);
拉升价格:=ref(close,拉升时间);
均价:=IF(C>0,SUM(AMOUNT,0)/SUM(VOL*100,0),DYNAINFO(3));
选股:cross(close,拉升价格) {二次拉升}
AND between(拉升时间,1,5) {回调时间5分钟内}
and count(c>均价,拉升时间)=拉升时间 {回调期间不破均线}
and v=hhv(v,0) {量创新高}
and c=hhv(c,0) {价创新高};
更多股票公式相关资讯请关注南方财富网
(股票知识网zhishi.southmoney.com)
股票知识网声明:资讯来源于合作媒体及机构,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。