分析家公式网,提供指标公式,股票软件 用户登录  |  用户 注册

软件名称:[B]5天净流入公式叠加到额亿公式上[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:2.00 KB
官方主页:Home Page
更新时间:2013-09-29 01:51:29
软件简介:

{5天净流入公式}
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,colorcyan;
进出量:=买量+卖量,color00ffff;
五日内净流入:sum(进出量,5);

{额亿公式}
总亿:amount/100000000,colorff00ff,nodraw;
var1:=amount/((high-low)*2-abs(close-open));
流入亿:if(close>open,var1*(high-low),if(close<open,var1*((high-open)+ (close-low)),amount/2))/100000000,colorred,nodraw;
流出亿:if(close>open,0-var1*((high-close)+(open- low)),if(close<open,0-var1*(high-low),0-amount/2))/100000000,color00ff00,nodraw;
额亿:流入亿+流出亿,colorffff00,nodraw;
{线:=ma(close,1)-ma(close,6),nodraw;}
yuwei:=ma(close,1)-ma(close,6),nodraw;
分界:0;
stickline(yuwei>0 and yuwei>ref(yuwei,1),0,yuwei,4,0)color0d0c6a;
stickline(yuwei>0 and yuwei>ref(yuwei,1),0,yuwei,3,0)color0d06aa;
stickline(yuwei>0 and yuwei>ref(yuwei,1),0,yuwei,1.5,0)color2108c1;
stickline(yuwei>0 and yuwei>ref(yuwei,1),0,yuwei,0.5,0)color9f5dff;
stickline(yuwei>0 and yuwei<ref(yuwei,1),0,yuwei,4,0)color22736f;
stickline(yuwei>0 and yuwei<ref(yuwei,1),0,yuwei,3,0)color22aad5;
stickline(yuwei>0 and yuwei<ref(yuwei,1),0,yuwei,1.5,0)color10c7bf;
stickline(yuwei>0 and yuwei<ref(yuwei,1),0,yuwei,0.5,0)color80ffff;
stickline(yuwei<0 and yuwei<ref(yuwei,1),0,yuwei,4,0)color1b7411;
stickline(yuwei<0 and yuwei<ref(yuwei,1),0,yuwei,3,0)color17a715;
stickline(yuwei<0 and yuwei<ref(yuwei,1),0,yuwei,1.5,0)color08d306;
stickline(yuwei<0 and yuwei<ref(yuwei,1),0,yuwei,0.5,0)color40ff00;
stickline(yuwei<0 and yuwei>ref(yuwei,1),0,yuwei,4,0)color080e71;
stickline(yuwei<0 and yuwei>ref(yuwei,1),0,yuwei,3,0)color0b0e8c;
stickline(yuwei<0 and yuwei>ref(yuwei,1),0,yuwei,1.52,0)color0905b0;
stickline(yuwei<0 and yuwei>ref(yuwei,1),0,yuwei,0.5,0)color0204f2;


[url=http://www.70822.com/soft/sort013/sort05/down-66077.html]5天净流入公式叠加到额亿公式上[/url]

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