倒拔扬柳源码
-
相关简介:C/C++ Code 复制内容到剪贴板 涨幅:=(CLOSE-OPEN)/OPEN*100; aa:=REF(涨幅,2)8andREF(涨幅,1)-8; bb:=ref(o,1)0.9*ref(c,2)andref(o,1)1.1*ref(c,2);{前一天的开盘价在在前天的收盘价上下10%波动} cc:=ref(c,1)0.9*ref(o,2)andref(c,1)1.1*ref(o,2);{前一天的收盘价在在前天的开盘价上下10%波动} dd:=o0.9*ref(c,1)
-
文章来源:择股网作者:股海网发布时间:2009-11-12浏览次数:
C/C++ Code复制内容到剪贴板
- 涨幅:=(CLOSE-OPEN)/OPEN*100;
- aa:=REF(涨幅,2)>8 and REF(涨幅,1)<-8;
- bb:=ref(o,1)>0.9*ref(c,2) and ref(o,1)<1.1*ref(c,2);{前一天的开盘价在在前天的收盘价上下10%波动}
- cc:=ref(c,1)>0.9*ref(o,2) and ref(c,1)<1.1*ref(o,2);{前一天的收盘价在在前天的开盘价上下10%波动}
- dd:=o>0.9*ref(c,1) and o<1.1*ref(c,1);
- ee:=c>0.9*ref(o,1) ;
- aa and bb and cc and dd and ee and 涨幅>5;
上一篇:分时主副图》公式一组
下一篇:分时指标资金脉冲