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

 找回密码
 注册昵称

QQ登录

只需一步,快速开始

搜索
上一主题 下一主题

[大智慧] 3天净挣5%的选股公式,有了它不愁吃不愁穿


    [-----复制链接-----]
楼主
 通达信源码安装路径:1,工具栏点击公式选项。2,弹出公式窗口点击新建。3,把源码复制到指标编辑器保存。4,回到K线图界面安装建立好的公式 || 2024-3-21 17:08:36
3天净挣5%的选股公式,有了它不愁吃不愁穿介绍

3天净挣5%的选股公式,有了它不愁吃不愁穿

A1:=vol/capital*100>=1;
AA:=sum("ddx.ddx",1)>0;
BB:=sum("ddy.ddy",1)>0;
A:=last("ddx.ddx">0)>=3;
z:=(c-ref(c,5))/ref(c,5)*100<=10;
zz:=(c-ref(c,10))/ref(c,10)*100<=10;
aa:=order(2)/order(1)>=1;
bb:=c<20;
大户买:=(BIGORDER(1,2)-BIGORDER(1,3))*AMOUNT/1000000;
大户卖:=(BIGORDER(2,2)-BIGORDER(2,3))*AMOUNT/1000000;
大户:=(大户买-大户卖)*100;
特大买:=BIGORDER(1,3)*AMOUNT/1000000;
特大卖:=BIGORDER(2,3)*AMOUNT/1000000;
特大:=(特大买-特大卖)*100;
bbd:=大户+特大>=500;

分钟:=if(currenttime<=93000,0,
if(currenttime<=113000,(INTPART((TIMETOT0(currenttime)-34200)/60)),
if(currenttime>113000 and currenttime<=130000,120,
if(currenttime>1300000 and currenttime<=150000,(INTPART((TIMETOT0(currenttime)-34200)/60))-90,
if(currenttime>150000,240,(INTPART((TIMETOT0(currenttime)-34200)/60))-90)))));
量比:=VOL/分钟/(SUM(REF(VOL,1),5)/1200)>=1;


ST:=STRFIND(stkname,'ST',1)>0;
S:=STRFIND(stkname,'S',1)>0;
停牌:=(DYNAINFO(4)=0);
{量比 and }not(ST) and not(停牌) and not(S) and FINANCE2(37)<50000 and A1 and AA and BB and A and bb and z and zz and aa and bbd;
 



gd17257

回复

举报

QQ|

GMT+8, 2024-9-29 04:19

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