股资源-股票学习站-学炒股-股票课程-炒股教程-分析选股指标-入门基础知识

 找回密码
 注册昵称

QQ登录

只需一步,快速开始

搜索
上一主题 下一主题

主力红三兵选股公式


    [-----复制链接-----]
楼主
 通达信源码安装路径:1,工具栏点击公式选项。2,弹出公式窗口点击新建。3,把源码复制到指标编辑器保存。4,回到K线图界面安装建立好的公式 || 2020-1-2 19:42:48
主力红三兵选股公式
hsb1:={c/ref(c,1)<1.03 and} ref(c,1)/ref(c,2)<1.03 and ref(c,2)/ref(c,3)<1.03;{三日涨幅均小于3%}
hsb2:=c>o and ref(c,1)>ref(o,1) and ref(c,2)>ref(o,2);{三日均为阳线}
hsb3:=c>ref(c,1) and ref(c,1)>ref(c,2) and ref(c,2)>ref(c,3);{三日高收}
hsb4:=(o-ref(c,1))<0.05 and (ref(o,1)-ref(c,2))<0.05 and (ref(o,2)-ref(c,3))<0.05;
hsb5:=count(VOL/CAPITAL>0.03,3)=3;
hsbz:FILTER(hsb1 and hsb2 and hsb3 and hsb4 and hsb5,8);


回复

举报

GMT+8, 2025-2-23 12:49

快速回复 返回顶部 返回列表