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

 找回密码
 注册昵称

QQ登录

只需一步,快速开始

搜索
上一主题 下一主题

[大智慧] 大智慧跳空缺口-主图中显示跳空缺口的白线(源码)


    [-----复制链接-----]
楼主
 通达信源码安装路径:1,工具栏点击公式选项。2,弹出公式窗口点击新建。3,把源码复制到指标编辑器保存。4,回到K线图界面安装建立好的公式 || 2024-3-22 17:23:14
大智慧跳空缺口-主图中显示跳空缺口的白线(源码)介绍

大智慧跳空缺口-主图中显示跳空缺口的白线(源码)

主图中显示跳空缺口的白线(源码):
MA1:MA(CLOSE,P1);{P1是均线参数,可以自己设}
MA2:MA(CLOSE,P2);
MA3:MA(CLOSE,P3);
MA4:MA(CLOSE,P4);
MA5:MA(CLOSE,P5);
MA6:MA(CLOSE,P6);
Gapup:=low>ref(high,1);
cond1:=llv(low,barslast(Gapup))>=ref(high,barslast(gapup)+1);
cond2:=backset(cond1,3);
cond22:=cond2>ref(cond2,1);
cond222:=llv(low,barslast(cond22))>=ref(high,barslast(cond22));
cond2222:=low<ref(high,barslast(cond22));
stickline(cond222 and barslast(cond22)>=2,LLV(low,barslast(cond22)),ref(high,barslast(cond22)),20,0),colorgray,layer5;
A1:=amount*(bigorder(1,2)-bigorder(2,2))/10000;

A5:=sum(A1,5);
A10:=sum(A1,10);
A20:=sum(A1,20);

drawtextrel(0,40,'今日资金流入:'+numtostrn(A1,1)+'万'),colorwhite;
drawtextrel(0,80,'5日 资金流入:'+numtostrn(A5,1)+'万'),colorgreen;
drawtextrel(0,120,'10日资金流入:'+numtostrn(A10,1)+'万'),coloryellow;
图:
 


 




 



gd13108

回复

举报

QQ|

GMT+8, 2024-11-18 10:37

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