当前位置:网站首页>手机app通达信添加自定义公式(分时T+0)为例子讲解
手机app通达信添加自定义公式(分时T+0)为例子讲解
2022-07-02 12:32:00 【请告诉他】
首先手机安装手机通达信 看到最后有公式赠送哦
一、之后随便进入一个个股分时界面,如下图点箭头所示下拉

二、进入以下界面

三、接着来到了以下界面,默认是指标信息,这里需要选源码编辑,将公式粘贴进去

四、这里一定要注意保存,保存位置就在当前页面的右上角的
如下图箭头图标点击一下即可保存

五、回到第二步,选择【选指入常】,看到刚刚添加的分时T+0,轻触那个小+号

此时,t+0指标被选中到了常用指标中

以上,只要在使用分时指标时候,选择刚加入的指标即可体验
DRAWGBK(C>0, RGB(50,60,250),RGB(17,21,89),0,'11',0);
H1:=MAX(DYNAINFO(3),DYNAINFO(5));
L1:=MIN(DYNAINFO(3),DYNAINFO(6));
P1:=H1-L1;
阻力:=L1+P1*7/8,COLORGREEN;
支撑:=L1+P1*0.5/8,COLORRED;
中线:=(支撑+阻力)/2,COLORWHITE,POINTDOT;
V11:=3*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1)-2*SMA(SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1),3,1);
趋势线:EMA(V11,3),LINETHICK2,COLORLIMAGENTA;
V12:=(趋势线-REF(趋势线,1))/REF(趋势线,1)*100;
准备买入:STICKLINE(趋势线<11,趋势线,11,5,0),COLORYELLOW;
AA:=(趋势线<11) AND FILTER((趋势线<=11),15) AND C<中线;
BB0:=REF(趋势线,1)<11 AND CROSS(趋势线,11) AND C<中线;
BB1:=REF(趋势线,1)<11 AND REF(趋势线,1)>6 AND CROSS(趋势线,11);
BB2:=REF(趋势线,1)<6 AND REF(趋势线,1)>3 AND CROSS(趋势线,6);
BB3:=REF(趋势线,1)<3 AND REF(趋势线,1)>1 AND CROSS(趋势线,3);
BB4:=REF(趋势线,1)<1 AND REF(趋势线,1)>0 AND CROSS(趋势线,1);
BB5:=REF(趋势线,1)<0 AND CROSS(趋势线,0);
BB:=BB1=1 OR BB2=1 OR BB3=1 OR BB4=1 OR BB5=1;
下单买入:STICKLINE(BB=1 AND C<中线,11,50,5,0),COLORRED;
DRAWICON(BB=1 AND C<中线,55,1);
DRAWTEXT(BB0,60,'*买'),COLORRED;
DRAWTEXT(AA,16,'准备买入'),COLORYELLOW;
准备卖出:STICKLINE(趋势线>89,趋势线,89,5,0),COLORWHITE;
CC:=(趋势线>89) AND FILTER((趋势线>89),15) AND C>中线;
DD0:=REF(趋势线,1)>89 AND CROSS(89,趋势线) AND C>中线;
DD1:=REF(趋势线,1)>89 AND REF(趋势线,1)<94 AND CROSS(89,趋势线);
DD2:=REF(趋势线,1)>94 AND REF(趋势线,1)<97 AND CROSS(94,趋势线);
DD3:=REF(趋势线,1)>97 AND REF(趋势线,1)>99 AND CROSS(97,趋势线);
DD4:=REF(趋势线,1)>99 AND REF(趋势线,1)<100 AND CROSS(99,趋势线);
DD5:=REF(趋势线,1)>100 AND CROSS(100,趋势线);
DD:=DD1=1 OR DD2=1 OR DD3=1 OR DD4=1 OR DD5=1;
下单卖出:STICKLINE(DD=1 AND C>中线,89,50,5,0),COLORGREEN;
DRAWICON(DD=1 AND C>中线,45,2);
DRAWTEXT(DD0,40,'*卖'),COLORGREEN;
DRAWTEXT (CC,84,'准备卖出'),COLORWHITE;
顶:89,COLORGREEN;
底:11,COLORRED;
中:50,POINTDOT,COLORWHITE;
DRAWTEXT(ISLASTBAR,顶,'顶'),COLORGREEN;
DRAWTEXT(ISLASTBAR,底,'底'),COLORRED;
DRAWTEXT(ISLASTBAR,中,'中'),COLORWHITE;边栏推荐
- 纪念成为首个 DAYU200 三方 demo 贡献者
- [leetcode] 486 predict winners
- [development environment] install Visual Studio Ultimate 2013 development environment (download software | install software | run software)
- Why does the system convert the temp environment variable to a short file name?
- 数组和链表的区别浅析
- Demo of converting point cloud coordinates to world coordinates
- 数据湖(十一):Iceberg表数据组织与查询
- /bin/ld: 找不到 -lcrypto
- [leetcode] 417 - Pacific Atlantic current problem
- 可视化技术在 Nebula Graph 中的应用
猜你喜欢

Introduction to Dynamic Planning II (5.647.62)

Thoroughly understand browser strong cache and negotiation cache

智联招聘的基于 Nebula Graph 的推荐实践分享

如何實現十億級離線 CSV 導入 Nebula Graph

Pattern matching extraction of specific subgraphs in graphx graph Computing Practice

蚂蚁集团大规模图计算系统TuGraph通过国家级评测

Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit

PHP static members

Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points

爱可可AI前沿推介(7.2)
随机推荐
动态规划入门一,队列的bfs(70.121.279.200)
/Bin/ld: cannot find -lxslt
2279. 装满石头的背包的最大数量
制作p12证书[通俗易懂]
/bin/ld: 找不到 -lcrypto
又是一年毕业季
【小白聊云】中小企业容器化改造建议
Lseek error
Invalid bound statement (not found)解决方法总结
Why does the system convert the temp environment variable to a short file name?
睿智的目标检测23——Pytorch搭建SSD目标检测平台
6091. 划分数组使最大差为 K
PTA ladder game exercise set l2-001 inter city emergency rescue
Solve the problem of base64encoder error
《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
6090. Minimax games
[leetcode] 1020 number of enclaves
SQL FOREIGN KEY
2303. Calculate the total tax payable
Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code