当前位置:分析家公式网 → 股票公式 → 通达信公式 → 一键转帖:优化的布林指标(副图指标\源码\有图)
软件名称:[B]优化的布林指标(副图指标\源码\有图)[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:1.00 KB
官方主页:Home Page
更新时间:2011-06-11 05:56:57
软件简介:
优化的布林指标(副图指标\源码\有图)
MID:MA(c,N);
UPPER:MID + P*std(c,N);
LOWER:MID - P*STD(c,N);
dRAWTEXTABS( 200, 0,'上轨红色代表布林张口,绿色表收口;中轨红表示趋势向上,绿表趋势向下');
if (c>o or(c=o and c>ref(c,1))) then
begin
STICKLINE(CLOSE,high,low,0.1,1),colorred;
STICKLINE(CLOSE,open,close,4,1),colorred;
end
if (c<o or(c=o and c<ref(c,1))) then
begin
STICKLINE(CLOSE,high,low,0.1,1),coloraaee00;
STICKLINE(CLOSE,open,close,4,0),coloraaee00;
end;
上下轨比值:upper/lower,linethick0;
PARTLINE(upper,上下轨比值>ref(上下轨比值,1),rgb(255,0,0),上下轨比值<ref(上下轨比值,1),rgb(0,255,0));
PARTLINE(mid,mid>ref(mid,1),rgb(255,0,0),mid<ref(mid,1),rgb(0,255,0));
UploadPic/2011-6/20116102233191648.jpg
[url=http://www.70822.com/soft/sort013/sort05/down-34800.html]优化的布林指标(副图指标\源码\有图)[/url]