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

软件名称:[B]转折指标[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:2.00 KB
官方主页:Home Page
更新时间:2012-01-27 03:12:53
软件简介:

VAR1:=((close-LLV(low,60))/(HHV(high,60)-LLV(low,60)))*(100);
VAR2:=abs(VAR1);
VAR3:=SMA(VAR2,3,1);
K:SMA(VAR3,5,1),colorwhite;
d:=SMA(K,8,1);
STICKLINE(K>d,K,d,4,0),COLORRED;
STICKLINE(K<d,K,d,4,0),color00ff00;
STICKLINE(K>d,-K,-d,4,0),COLORRED;
STICKLINE(K<d,-K,-d,4,0),color00ff00;
SMA(-VAR3,5,1),colorwhite;
w2:=K<80;
w3:=K>ref(K,1);
w4:=ref(K,1)<ref(K,2);
STICKLINE(w2 and w3 and w4,K,60,1,0),COLORyellow;
STICKLINE(w2 and w3 and w4,0,K,5,0),COLOrff00ff;
STICKLINE(w2 and w3 and w4,-K,-60,1,0),COLORyellow;
STICKLINE(w2 and w3 and w4,0,-K,5,0),COLOrff00ff;
DRAWTEXT(w2 and w3 and w4,30,'K'),COLORyellow;
DRAWTEXT(w2 and w3 and w4,-30,'K'),COLORyellow;
hhv(K,20),colorblue;
llv(K,20),colorblue;
-hhv(K,20),colorblue;
-llv(K,20),colorblue;
s1:=hhv(K,20)>ref(hhv(K,20),1);
s2:=ref(hhv(K,20),1)<ref(hhv(K,20),2);
STICKLINE(s1 and s2,hhv(K,20)+10,hhv(K,20),6,0),color64A0E6;
STICKLINE(s1 and s2,-hhv(K,20),-hhv(K,20)-10,6,0),color64A0E6;


[url=http://www.70822.com/soft/sort013/sort05/down-43594.html]转折指标[/url]

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