加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

我自己用的强势股回调买入公式

(2010-08-29 00:41:16)
标签:

股票

分类: 大智慧指标源码

条件:昨天换手率大>=前天换手率50%  今天股价回调幅度<昨天涨幅的50%

 

选股源码:

xg:ref(vol/capital*100,1)>=ref(vol/capital*100,2)*0.5 and (c-h)/h*100<=ref((c-ref(c,1))/ref(c,1)*100,1)*0.5;

 

上式是当日最高价回幅计算,
如果"今天股价回调幅度”是相对昨日而言,则用下式试试

xg2:ref(vol/capital*100,1)>=ref(vol/capital*100,2)*0.5 and abs((c-ref(c,1))/ref(c,1)*100)<=abs(ref((c-ref(c,1))/ref(c,1)*100,1)*0.5) and ref(c,1)>ref(c,2) and c<ref(c,1);

或者改成这样

xg2:ref(vol/capital*100,1)>=ref(vol/capital*100,2)*1.5 and abs((c-ref(c,1))/ref(c,1)*100)<=abs(ref((c-ref(c,1))/ref(c,1)*100,1)*0.5) and ref(c,1)>ref(c,2) and c<ref(c,1);
我自己用的强势股回调买入公式

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有