当前位置:分析家公式网 → 股票公式 → 大智慧L2公式 → 一键转帖:大盘量价(源码 图)
软件名称:[B]大盘量价(源码 图)[/B]
软件类型:国产软件
运行环境:Win9X/Win2000/WinXP/Win2003/
软件语言:简体中文
授权方式:免费版
软件大小:2.00 KB
官方主页:Home Page
更新时间:2011-03-22 09:17:13
软件简介:
{大盘量价,根据大盘量价趋势进出场}
input:m1(5),m2(10);
成交量:=amount/10000;
b1:MA(成交量,m1),linethick1,colorred;
s1:MA(成交量,m2),linethick1,coloryellow;
b1增:=b1 > ref(b1,1);
s1增:=s1 > ref(s1,1);
准备:= b1 <= s1 and b1增 and s1增;
进场:= b1 > s1 and b1增 and s1增;
减仓:= b1 > s1 and b1增 = 0;
离场:= b1 <= s1 and (b1增=0 or s1增=0);
{vertline(last(进场)=1,1),colorred;
vertline(last(离场)=1,1),colorgreen,linethick2;}
FILLRGN(b1,s1,进场,RGB(255,0,0),离场,RGB(0,255,0),减仓,RGB(255,255,0),准备,RGB(0,0,255));
[url=http://www.70822.com/soft/sort013/sort03/down-31892.html]大盘量价(源码 图)[/url]