当前位置:网站首页>手机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;边栏推荐
- /Bin/ld: cannot find -lpam
- (Wanzi essence knowledge summary) basic knowledge of shell script programming
- [idea] recommend an idea translation plug-in: translation "suggestions collection"
- Strings and arrays
- 纪念成为首个 DAYU200 三方 demo 贡献者
- C # get PLC information (kepserver) II
- College entrance examination admission score line crawler
- Solve the problem of base64encoder error
- SQL修改语句
- Target detection - make your own deep learning target detection data set with labelimg
猜你喜欢

2020.4.12 byte written test questions B DP D monotone stack

Armv8-a programming guide MMU (4)

Crawl the information of national colleges and universities in 1 minute and make it into a large screen for visualization!
![[leetcode] 1162 map analysis](/img/9a/d04bde0417d4d5232950a4e260eb91.png)
[leetcode] 1162 map analysis
![[leetcode] 1905 statistics sub Island](/img/82/d2f7b829f5beb7f9f1eabe8d101ecb.png)
[leetcode] 1905 statistics sub Island

Thoroughly understand browser strong cache and negotiation cache

Xpt2046 four wire resistive touch screen

Tree binary search tree

【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData

Pattern matching extraction of specific subgraphs in graphx graph Computing Practice
随机推荐
Make p12 certificate [easy to understand]
Flink real-time data warehouse (IX): incremental synchronization of data in MySQL
/bin/ld: 找不到 -lxml2
构建多架构镜像的最佳实践
College entrance examination score line climbing
Aiko ai Frontier promotion (7.2)
Introduction to Dynamic Planning II (5.647.62)
Experiment collection of University "Fundamentals of circuit analysis". Experiment 6 - observation and measurement of typical signals
Use ffmpeg command line to push UDP and RTP streams (H264 and TS), and ffplay receives
又是一年毕业季
Why does the system convert the temp environment variable to a short file name?
/bin/ld: 找不到 -lcrypto
Pyinstaller打包exe附带图片的方法
Finally, I understand the event loop, synchronous / asynchronous, micro task / macro task, and operation mechanism in JS (with test questions attached)
C # get PLC information (kepserver) II
树-二叉搜索树
idea jar包冲突排查
Flink real-time data warehouse (7): Flink realizes the full pull module to extract data in MySQL
Traversal before, during and after binary tree
Moveit obstacle avoidance path planning demo