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

软件名称:[B]K线动能,这是判断上涨动能(同花顺公式 副图 源码 测试图)[/B]
软件类型:国产软件
运行环境:Win10/Win9X/Win8/Win2000/WinXP/Win2003/Win7/
软件语言:简体中文
授权方式:免费版
软件大小:4.00 KB
官方主页:Home Page
更新时间:2022-06-10 00:11:30
软件简介:

 K线动能 副图公式

这是判断上涨动能的一个指标。
用法是:红色柱体为上涨趋势,
黄三角是介入点。

源码是:
AA:=EMA((2*C+H+L)/4,3);
A1:=SLOPE(AA*5-REF(AA,5),5)+C;
DDIF:=EMA(A1,3) - EMA(A1,13);
DDEA:=EMA(DDIF,3);
K线动能:=(DDIF-DDEA)*50;
STICKLINE((K线动能 > 0),0,K线动能,2,0),coloryellow;
STICKLINE((K线动能 > 0),0,K线动能*0.9,2,0),coloryellow;
STICKLINE((K线动能 > 0),0,K线动能*0.8,2,0),coloryellow;
STICKLINE((K线动能 > 0),0,K线动能*0.7,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.6,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.5,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.4,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.3,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.2,2,0),COLOR0000FF;
STICKLINE((K线动能 > 0),0,K线动能*0.1,2,0),COLOR0000FF;
STICKLINE((K线动能 < 0),0,K线动能,2,0),COLOR00FF00;
STICKLINE((K线动能 < 0),0,K线动能*0.9,2,0),COLOR00FF00;
STICKLINE((K线动能 < 0),0,K线动能*0.8,2,0),COLOR00FF00;
STICKLINE((K线动能 < 0),0,K线动能*0.7,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.6,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.5,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.4,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.3,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.2,2,0),COLORFF9900;
STICKLINE((K线动能 < 0),0,K线动能*0.1,2,0),COLORFF9900;
M1:=(DCLOSE-CLOSE)*50;
M2:EMA(EMA(M1,2),5);
IF(M2>0,M2,DRAWNULL)colorred,LINETHICK2;
IF(M2<0,M2,DRAWNULL)colorblue,LINETHICK2;
STICKLINE(CROSS(M2,0),0,25,3,0),colormagenta;
STICKLINE(CROSS(0,M2),0,-25,3,0),colorwhite;
VC:=(2*CLOSE+HIGH+LOW)/4;
K:=SLOPE(WMA(VC,5),9)*5+VC,COLOR00FFFF;
D:=WMA(K,3),COLOR00FF00;
J:=2.8*K-1.8*D,COLOR0099FF,LINETHICK2;
K3:=EMA(K,3);
...............
 

[url=http://www.70822.com/soft/sort013/sort036/down-162692.html]K线动能,这是判断上涨动能(同花顺公式 副图 源码 测试图)[/url]

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