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

 找回密码
 注册昵称

QQ登录

只需一步,快速开始

搜索
上一主题 下一主题

[大智慧] 对大智慧精品追击反转指标改进版(副图 源码 公式)


    [-----复制链接-----]
楼主
 通达信源码安装路径:1,工具栏点击公式选项。2,弹出公式窗口点击新建。3,把源码复制到指标编辑器保存。4,回到K线图界面安装建立好的公式 || 2024-3-21 17:08:22
对大智慧精品追击反转指标改进版(副图 源码 公式)介绍

对大智慧精品追击反转指标改进版(副图 源码 公式)

经过对该指标进行改进,可以看出多空动向,也可以用于期货操作。
当上方黄柱出现变短时,为买入时机。由短变长时,可考虑卖出。
当下方黄柱出现变短时,为卖出时机。由短变长时,可考虑买进。
如果觉得好就用。

{大智慧指标改进版}
AA1:=filter(low=llv(low,13),8);
AA2:=if(LLV(low,3)=llv(low,13) and close<ref((high+low)/2,1),max(ref(llv(low,12),barslast(AA1)+1)-low,0),0);
AA3:=ema(AA2,3)*3;
AA4:=sumbars(AA3>0,21);
AA5:=sum(AA3,AA4)/21;
AA6:=ref(AA3,1)=hhv(AA3,3) and ref(AA3,1)>AA5*3 and count(close/ref(close,1)<0.9025,8)=0 and isup and llv(low,3)/hhv(high,18)<0.88;
AA7:=(count("ddx.ddx">0,5)>0 or not("ddx.ddx1"<"ddx.ddx2" and "ddx.ddx2"<"ddx.ddx3")) and count("ddx.ddx">ref("ddx.ddx",1),10)>=4;
反转:filter(AA6 and AA7,5),colorblack;
stickline(close,0,AA3,8,1),coloryellow;
stickline(反转,0,AA3,8,0),colorred;
AA8:=filter(HIGH=HHv(HIGH,13),8);
AA9:=if(HHV(HIGH,3)=HHv(HIGH,13) and close>ref((high+low)/2,1),mIN(ref(HHv(HIGH,12),barslast(AA8)+1)-HIGH,0),0);
AA10:=ema(AA9,3)*3;
AA11:=sumbars(AA10<0,21);
AA12:=sum(AA10,AA11)/21;
AA13:=ref(AA10,1)=hhv(AA10,3) and ref(AA10,1)<AA12*3 and count(close/ref(close,1)>0.9025,8)=0 and isup and HHV(HIGH,3)/hhv(high,18)>0.88;
AA14:=(count("ddx.ddx"<0,5)<0 or not("ddx.ddx1">"ddx.ddx2" and "ddx.ddx2">"ddx.ddx3")) and count("ddx.ddx">ref("ddx.ddx",1),10)<=4;
反转1:filter(AA13 and AA14,5),colorblack;
stickline(close,0,AA10,8,1),coloryellow;
stickline(反转1,0,AA10,8,0),colorred;
 


 




 



gd17365

回复

举报

QQ|

GMT+8, 2024-9-29 02:14

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