当前位置:分析家公式网 → 股票公式 → 开拓者公式 → 一键转帖:开拓者日内平均线指标源码
软件名称:[B]开拓者日内平均线指标源码[/B]
软件类型:国产软件
运行环境:Win2000/WinXP/Win2003/WinVista
软件语言:简体中文
授权方式:共享软件
软件大小:0 Bytes
官方主页:Home Page
更新时间:2013-03-09 00:04:23
软件简介:
- 咨询内容: 日内平均线指标源码
Vars
NumericSeries baramount;
NumericSeries barvol;
numericseries dayavg;
Begin
if(date!=Date[1])
{
baramount=close*Vol;
barvol=vol;
}else
{
baramount = baramount[1]+close*vol;
barvol = barvol[1]+vol;
}
dayavg = baramount / barvol;
Plotnumeric("dayavg",dayavg);
End
[url=http://www.70822.com/soft/sort013/sort083/down-59413.html]开拓者日内平均线指标源码[/url]