公式网 股票指标公式源码分享 登录 注册
公式指标平网
未来函数检测
首页 金钻指标 通达信公式 大智慧公式 同花顺公式 文华财经公式 东财通公式 飞狐公式 操盘手公式 其他公式 公式解答 股票软件 股票池
当前位置:→ 公式网 > 通达信公式 > 正文 → 正文

5天净流入公式叠加到额亿公式上

发布时间:2013/9/29 11:06:10  浏览次数:

{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;

 

5天净流入公式叠加到额亿公式上

资源下载链接   资源大小:unknow

手机移动版 - 关于我们 - 联系我们 - 广告合作 - 下载声明 - 网站帮助 - 友情链接 - 网站地图 - TOP
湘ICP备09016573号-3 增值电信业务经营ICP许可证:湘B2-20210269 湘公网安备43108102000039号
Copyright © GSZX.COM.CN ,All Rights Reserved.
股票公式,股票指标,股票软件,股票知识