网站首页 / 财经 / 正文

光大证券金阳光卓越版 光大证券金阳光卓越版官网

时间:2024-02-13 23:17:39 浏览:0次

如果你对光大证券金阳光卓越版的了解有限,不必担心,我将在今天的讲座中向大家介绍关于光大证券金阳光卓越版的详细信息和学术研究,希望能够帮助大家扩展知识领域。

  1. 通达信里CURRBARSCOUNT=1函数什么意思
  2. 通达信怎样调出细分行业指数
  3. 有通达信顶底分型公式的朋友么
  4. 通达信的选股指标

通达信里CURRBARSCOUNT=1函数什么意思

通达信炒股软件是一款定位于提供多功能服务的证券信息平台,由深圳财富趋势科技股份有限公司设计的一款移动证券软件。通达信允许用户自由划分屏幕,并规定每一块对应哪个内容。

应答时间:2021-05-12,最新业务变化请以平安银行官网公布为准。

[平安银行我知道]想要知道更多?快来看“平安银行我知道”吧~

https://b.pingan.com.cn/paim/iknow/index.html

通达信怎样调出细分行业指数

具体操作流程如下:

1、先选择好个股建立一个用户板块。

2、然后选择“功能——定制品种——组合品种管理”就打开一个“定制品种管理”窗口,选择右边的“添加品种”出现一个“组合品种设置”。

3、点击下面的“添加品种”出现“选择品种”框,在“用户板块”中选择自己的板块,再选择“全部——确定”,就可将板块的个股全部添加到“组合品种设置”中了,再在左边的“品种代码 393”的框中输入3个数据代码,在“品种简称”中输入指数名称。

4、最后点“确定”就可以了。

拓展资料:

通达信

1、通达信的哲学是给证券经营机构和广大投资者提供有效的证券投资分析系统。全方位的功能整合、专业精美的界面表达、独到精妙的创新设计,将通达信的深厚专业底蕴和独树一帜的品牌风格进行了全新演绎。商家取得成功的关键是适应顾客的需求,通达信始终以市场的需求为产品研发导向。其产品的研究开发借鉴了国际同类主流软件所反映的先进投资理念,且融合通达信长期以来对中国证券市场的深刻理解。所有的科研人员和管理人员都兢兢业业的工作。公司的发展目标和个人的成长目标相一致,所以公司有较强的凝聚力。

2、通达信软件是网上交易领域市场份额上升较快的软件品牌之一。通达信进入网上交易领域以来,成功完成了多家券商总部级的网上交易系统承建和维护工作。从南方证券超强版开始,通达信一直是网上交易系统业务创新和技术性能指标领先的软件供应商。

3、通达信是全国市场提供网上交易厂商之一。全国地区主要的几个券商比如中信、国泰君安、华泰、银河、中信建投、申万宏源、国信、招商、海通、广发、兴业、中泰、安信等均采用通达信的网上交易行情系统。

4、通达信的知名网上交易产品有:招商证券智远一户通,国信证券金太阳版,中信证券至信全能版,广发证券金融终端 ,银河证券海王星,国泰君安证券富易,光大证券金阳光卓越版,中信建投证券卓越版,华泰证券高级版,中泰证券融易汇,兴业证券优理宝财富版,长江证券金长江财智版,中金财富管理终端,安信证券安睿版,国海证券金探号、方正证券小方版、平安证券慧赢版。

操作环境:vivox27andord5.1,通达信版本:5.48

有通达信顶底分型公式的朋友么

顶:=bbi+3*std(bbi,13),color004aff;

底:=bbi-3*std(bbi,13),color67ff00;

drawband(bbi,rgb(97,95,00),顶,rgb(97,95,00));

drawband(bbi,rgb(25,75,150),底,rgb(25,75,250));

{ma1:ma(close,m1);

ma2:ma(close,m2),colorgreen;

ma3:ma(close,m3),colorred;

ma4:ma(close,m4),coloryellow;}

ku1:=if(high=hhv(high,3),1,0);

kd1:=if(low=llv(low,3),1,0);

ul:=if(ref(ku1,2)=1 and ref(ku1,1)=0

and ku1=0,ref(high,2),ref(high,2+barslast(ref(ku1,2)=1

and ref(ku1,1)=0 and ku1=0)));

dl:=if(ref(kd1,2)=1 and ref(kd1,1)=0

and kd1=0,ref(low,2),ref(low,2+barslast(ref(kd1,2)=1

and ref(kd1,1)=0 and kd1=0)));

hv:=h>ul and h>ref(h,1) ;

lv:=l<dl and l<ref(l,1) ;

gp:=barslast(hv);

dp:=barslast(lv);

ip:=if(gp=0,dp,gp)>3;

hhv1:=hv and ip and h>=hhv(h,barslast(lv));

lv1:=lv and ip and l<=llv(l,barslast(hv));

drawline(lv1,low,hhv1, high,0),coloryellow,linethick2;

drawline(hhv1,high,lv1, low,0),colormagenta,linethick2;

stickline(close> ref(close,1) ,high,low,0,1 ),colorred;

stickline(close> ref(close,1) ,open,close,3,0 ),color000055;

stickline(close> ref(close,1) ,open,close,2.7,0 ),color000077;

stickline(close> ref(close,1) ,open,close,2.1,0 ),color000099;

stickline(close> ref(close,1) ,open,close,1.5,0 ),color0000bb;

stickline(close> ref(close,1) ,open,close,0.9,0 ),color0000dd;

stickline(close> ref(close,1) ,open,close,0.3,0 ),color0000ff;

stickline(close= ref(close,1) ,high,low,0,1 ),colorwhite;

stickline(close= ref(close,1) ,open,close,3,0 ),color555555;

stickline(close= ref(close,1) ,open,close,2.7,0 ),color777777;

stickline(close= ref(close,1) ,open,close,2.1,0 ),color999999;

stickline(close= ref(close,1) ,open,close,1.5,0 ),colorbbbbbb;

stickline(close= ref(close,1) ,open,close,0.9,0 ),colordddddd;

stickline(close= ref(close,1) ,open,close,0.3,0 ),colorffffff;

stickline(close< ref(close,1) ,high,low,0,1 ),colorcyan;

stickline(close< ref(close,1) ,open,close,3,0 ),color990000;

stickline(close< ref(close,1) ,open,close,2.7,0 ),colorcc0000;

stickline(close< ref(close,1) ,open,close,2.1,0 ),colorff4400;

stickline(close< ref(close,1) ,open,close,1.5,0 ),colorff8800;

stickline(close< ref(close,1) ,open,close,0.9,0 ),colorffcc00;

stickline(close< ref(close,1) ,open,close,0.3,0 ),colorcyan;

{笔底分型 选股 预警 确保向下笔成立后的底分型}

v00:= high<ref(high,1) and low<ref(low,1);

v01:= high<ref(high,1) and low>ref(low,1);

v02:= high>ref(high,1) and low<ref(low,1);

v03:= high>ref(high,1) and low>ref(low,1);

v04:= ref(high,2) < high and ref(low,2) < low

and ref(high,2) > ref(high,1) and ref(low,2) < ref(low,1);

v1:= count(v00,6)>=3 and count(v01 or v02,5)=0 and llvbars(low,6) = 1 and hhvbars(high,6) >= 5 and v03;

v2:= count(v00,7)>=3 and count(v01 or v02,6)=1 and llvbars(low,7) = 2 and hhvbars(high,7) >= 6 and v04;

v3:= count(v00,7)>=3 and count(v01 or v02,6)=1 and llvbars(low,7) = 1 and hhvbars(high,7) >= 6 and v03;

v4:= count(v00,8)>=3 and count(v01 or v02,7)<=2 and llvbars(low,8) = 2 and hhvbars(high,8) >= 7 and v04;

v5:= count(v00,8)>=3 and count(v01 or v02,7)<=2 and llvbars(low,8) = 1 and hhvbars(high,8) >= 7 and v03;

v6:= count(v00,9)>=3 and count(v01 or v02,8)<=3 and llvbars(low,9) = 2 and hhvbars(high,9) >= 8 and v04;

v7:= count(v00,9)>=3 and count(v01 or v02,8)<=3 and llvbars(low,9) = 1 and hhvbars(high,9) >= 8 and v03;

v8:= count(v00,10)>=3 and count(v01 or v02,9)<=4 and llvbars(low,10) = 2 and hhvbars(high,10) >= 9 and v04;

v9:= count(v00,10)>=3 and count(v01 or v02,9)<=4 and llvbars(low,10) = 1 and hhvbars(high,10) >= 9 and v03;

v10:= count(v00,11)>=3 and count(v01 or v02,10)<=5 and llvbars(low,11) = 2 and hhvbars(high,11) >= 10 and v04;

xg:= v1 or v2 or v3 or v4 or v5 or v6 or v7 or v8 or v9 or v10;

drawtext(filter(xg=1,5),l*0.97,'底分型');

{笔顶分型 选股 预警 确保向上笔成立后的顶分型}

hv00:= high>ref(high,1) and low>ref(low,1);

hv01:= high<ref(high,1) and low>ref(low,1);

hv02:= high>ref(high,1) and low<ref(low,1);

hv03:= high<ref(high,1) and low<ref(low,1);

hv04:= ref(high,2) > high and ref(low,2) > low and ref(high,2) > ref(high,1) and ref(low,2) < ref(low,1);

hv1:= count(hv00,6)>=3 and count(hv01 or hv02,5)=0 and hhvbars(high,6) = 1 and llvbars(low,6) >= 5 and hv03;

hv2:= count(hv00,7)>=3 and count(hv01 or hv02,6)=1 and hhvbars(high,7) = 2 and llvbars(low,7) >= 6 and hv04;

hv3:= count(hv00,7)>=3 and count(hv01 or hv02,6)=1 and hhvbars(high,7) = 1 and llvbars(low,7) >= 6 and hv03;

hv4:= count(hv00,8)>=3 and count(hv01 or hv02,7)<=2 and hhvbars(high,8) = 2 and llvbars(low,8) >= 7 and hv04;

hv5:= count(hv00,8)>=3 and count(hv01 or hv02,7)<=2 and hhvbars(high,8) = 1 and llvbars(low,8) >= 7 and hv03;

hv6:= count(hv00,9)>=3 and count(hv01 or hv02,8)<=3 and hhvbars(high,9) = 2 and llvbars(low,9) >= 8 and hv04;

hv7:= count(hv00,9)>=3 and count(hv01 or hv02,8)<=3 and hhvbars(high,9) = 1 and llvbars(low,9) >= 8 and hv03;

hv8:= count(hv00,10)>=3 and count(hv01 or hv02,9)<=4 and hhvbars(high,10) = 2 and llvbars(low,10) >= 9 and hv04;

hv9:= count(hv00,10)>=3 and count(hv01 or hv02,9)<=4 and hhvbars(high,10) = 1 and llvbars(low,10) >= 9 and hv03;

hv10:= count(hv00,11)>=3 and count(hv01 or hv02,10)<=5 and hhvbars(high,11) = 2 and llvbars(low,11) >= 10 and hv04;

hxg:=hv1 or hv2 or hv3 or hv4 or hv5 or hv6 or hv7 or hv8 or hv9 or hv10;

drawtext(filter(hxg=1,3),h*1.02,'顶分型');

通达信的选股指标

常用的通达信指标如下:

1、30个交易日内,股价跌幅达到一半的股票:xg:(hhv(c,30)-c)/hhv(c,30)>0.5;

2、今天的量 是5天平均的 2倍以上xg:v>ma(v,5)*2;

3、股价4天中有两天在10日线上count(c>ma(c,10),4)=2;

4、上穿30日均线的公式xg:cross(c,ma(c,30));

5、换手率10天80%以上的选股公式sum(vol/capital*100,10)>80

6、连续三天高开高走的选股公式count(o>ref(c,1) and c>o,3)=3;

7、周量缩小50%或40%或n%a1:vol/capital*100;xg:a1/ref(a1,1)

8、收盘价+收盘价的10% (c+c*0.1);

9、5日不涨,绿线收盘选票指标 count(c

10、连续3天每天的最低价都比前一天高 count(l>ref(c,1),3)=3;

拓展资料

一、通达信介绍

1.通达信软件是网上交易领域市场份额上升较快的软件品牌之一。通达信进入网上交易领域以来,成功完成了多家券商总部级的网上交易系统承建和维护工作。从南方证券超强版开始,通达信一直是网上交易系统业务创新和技术性能指标领先的软件供应商。

2.通达信是全国市场提供网上交易厂商之一。全国地区主要的几个券商比如中信、国泰君安、华泰、银河、中信建投、申万宏源、国信、招商、海通、广发、兴业、中泰、安信等均采用通达信的网上交易行情系统。

3.通达信的知名网上交易产品有:招商证券智远一户通,国信证券金太阳版,中信证券至信全能版,广发证券金融终端 ,银河证券海王星,国泰君安证券富易,光大证券金阳光卓越版,中信建投证券卓越版,华泰证券高级版,中泰证券融易汇,兴业证券优理宝财富版,长江证券金长江财智版,中金财富管理终端,安信证券安睿版,国海证券金探号、方正证券小方版、平安证券慧赢版......

二、通达信的优缺点:

1、优点:提供沪深、港股及美股市场行情,支持自选、排名、板块以及各种技术指标。通过商品期货、外币汇率与环球指数来概览股市市场。

2、缺点:功能较为繁琐,位置较为隐秘,不便于用使用。

电脑型号honor-v700 ;

操作环境:电脑版本号windows 10 专业版;

microsoft edge版本 97.0.1072.55 (官方内部版本) (64 位)

非常感谢您阅读关于光大证券金阳光卓越版的介绍。如果您想了解更多关于光大证券金阳光卓越版和光大证券金阳光卓越版的信息,建议您在本站进行搜索。

猜你喜欢: