分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册
当前位置:分析家公式网股票公式通达信公式 → 一键转帖:私人看股分时 T+0

软件名称:[B]私人看股分时 T+0[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/Win7/
软件语言:简体中文
授权方式:免费版
软件大小:3.00 KB
官方主页:Home Page
更新时间:2014-11-15 01:52:56
软件简介:

aa:=vol/((high-low)*2-abs(close-open));
买量:=if(close>open,aa*(high-low),if(close<open,aa*((high-open)+(close-low)),vol/2)),linethick0,colorred;
卖量:=if(close>open,0-aa*((high-close)+(open-low)),if(close<open,0-aa*(high-low),0-vol/2)),linethick0,colorgreen;
进出量:=买量+卖量,color00ffff;stickline(进出量<0,0,进出量,1,0),colorff6600;
stickline(进出量<0,0,进出量,3,0),colorff9900;
stickline(进出量<0,0,进出量,1.5,0),colorffcc00;
stickline(进出量<0,0,进出量,0.5,0),colorcyan;
stickline(进出量>0,0,进出量,3,0),color000099;
stickline(进出量>0,0,进出量,3,0),color0000cc;
stickline(进出量>0,0,进出量,1.0,0),color0000ff;
stickline(进出量>0,0,进出量,0.5,0),colorcc66ff;n:=1;qj0:=(high+low+close)/3;
qj1:=if(high=low,1,high-max(open,close));
qj2:=if(high=low,1,max(close,open)-qj0);
qj3:=if(high=low,1,min(open,close)-low);
qj4:=if(high=low,1,qj0-min(close,open));
qj5:=vol/(if(high=low,4,high-low));
qj6:="macd.dif">"macd.dea" and "macd.dea"<0;
qj7:="kdj.k">"kdj.d" and "kdj.d"<30;
qj8:="macd.dif"<"macd.dea";
qj9:="kdj.k"<"kdj.d" and "kdj.k">80;
特大:qj4*qj5,nodraw;大单:qj3*qj5,nodraw;
中单:qj1*qj5,nodraw;小单:qj2*qj5,nodraw;
w1:=sum(大单,n)+sum(特大,n);w2:=sum(小单,n)+sum(中单,n);
量振1:=特大>大单 and 大单>小单;
量振2:=特大<小单 and 大单<小单;
标振1:=qj6 and qj7;
标振2:=qj8 and qj9;
a:=w1-w2;a0:=if(a>0,a,0);b0:=if(a<0,a,0);
stickline(a0,0,a0,1,0),color000044;
主力持仓:ema(100*(close-llv(low,34))/(hhv(high,34)-llv(low,34)),3),colorff00ff;
主力筹码集中度:(c)*100,colorred;


[url=http://www.70822.com/soft/sort013/sort05/down-78058.html]私人看股分时 T+0[/url]

关于本站 | 网站帮助 | 广告合作 | 声明 | 友情连接 | 网站地图 |
分析家公式网声明:本站所有股票公式软件资料均网上公开收集,如侵权请联系删帖。站内所有广告,均与本站无关!
Copyright © 2003-2024 70822.Com. All Rights Reserved .
页面执行时间:78.12500 毫秒