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

软件名称:[B]南客老师的量聚焦价飞狐版(源码+图例+说明)[/B]
软件类型:国产软件
运行环境:Win2000/WinXP/Win2003/WinVista
软件语言:简体中文
授权方式:共享软件
软件大小:2.00 KB
官方主页:Home Page
更新时间:2012-04-02 04:45:13
软件简介:

就是分价分量表中的量最大的价咯
也就是量堆积最大的那个价咯

想知道历史的量聚焦价,可以用扩展数据管理评台把每天的量聚焦价等保存下来

{量聚焦价-分笔周期}
if datatype<>0 then begin
  drawtext(islastbar,0,'只能运行在分笔周期!\n \n请切换到分笔周期!!'),align2;
  exit;
end;
fv:=vol;
fc:=close;
fcp:=fc;
a:=sortpos(fcp,0,1,datacount);
fvmax:=0; fvmaxp:=1; fvtemp:=fv[fcp[1]];
fbmax:=0; fbmaxp:=1; fbtemp:=1;
if datacount>1 then begin
  for i=2 to datacount do
    if fc[fcp[i]]=fc[fcp[i-1]] then begin
     fvtemp:=fvtemp+fv[fcp[i]];
     fbtemp:=fbtemp+1;
    end else begin
      if fvmax<fvtemp then begin
        fvmax:=fvtemp;
        fvmaxp:=i-1;
      end;
      if fbmax<fbtemp then begin
       fbmax:=fbtemp;
       fbmaxp:=i-1;
      end;
      fvtemp:=fv[fcp[i]];
      fbtemp:=1;
    end;
  if fvmax<fvtemp then begin
    fvmax:=fvtemp;
    fvmaxp:=i-1;
  end;
  if fbmax<fbtemp then begin
    fbmax:=fbtemp;
    fbmaxp:=i-1;
  end;
end;

svmin:=0; svminp:=fv[fcp[1]]; svmax:=0; svmaxp:=fv[fcp[1]];
for i=1 to datacount do begin
  svmin:=svmin+fv[fcp[i]];
  if svmin>=dynainfo(8)/6 then begin
    svminp:=i;
    break;
  end;
end;
for i=datacount downto 1 do begin
  svmax:=svmax+fv[fcp[i]];
  if svmax>=dynainfo(8)/6 then begin
    svmaxp:=i;
    break;
  end;
end;
量聚焦价:fc[fcp[fvmaxp]];//聚焦点,即成交量最大的价咯
BV:=BUYVOL;
SV:=SELLVOL;
聚焦价买:SUM(IF(C=量聚焦价,BV,0),0),LINETHICK0;
聚焦价卖:SUM(IF(C=量聚焦价,SV,0),0),LINETHICK0;
聚焦点成交量:fvmax,linethick0;
活跃上限:fc[fcp[svmaxp]],linethick0;
活跃下限:fc[fcp[svminp]],linethick0;
活跃区成交量:sum(if(close>=fc[fcp[svminp]] and close<=fc[fcp[svmaxp]],vol,0),0),linethick0;
次数聚焦价:fc[fcp[fbmaxp]],linethick0;//成交笔数(次数)最多的价咯


{聚焦价-主图}
聚焦价:STKINDI('','量聚焦价.量聚焦价',0,0),COLORCYAN,LINETHICK2;
聚焦买:=STKINDI('','量聚焦价.聚焦价买',0,0);
聚焦卖:=STKINDI('','量聚焦价.聚焦价卖',0,0);
A:=INTPART(DATACOUNT*聚焦买/(聚焦买+聚焦卖));
B:=HHV(BARPOS=A[DATACOUNT],0);
PARTLINE(B=0,聚焦价),COLORMAGENTA,LINETHICK2;
DRAWTEXTEX(1,1,10,10,'量聚焦价:'+NUMTOSTR(聚焦价,2)+' 元'+'\n'+
'聚焦价买:'+NUMTOSTR(聚焦买,0)+' 手'+'\n'+
'聚焦价卖:'+NUMTOSTR(聚焦卖,0)+' 手'+'\n'+
'占总量比:'+NUMTOSTR((聚焦买+聚焦卖)/SUM(V,0)*100,2)+' %'),COLORCYAN;


 


[url=http://www.70822.com/soft/sort013/sort02/down-46132.html]南客老师的量聚焦价飞狐版(源码+图例+说明)[/url]

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