公式指标平台 股票指标公式源码分享 登录 注册
公式指标平台
未来函数检测
首 页 金钻指标 通达信公式 大智慧公式 同花顺公式 文华财经公式 操盘手公式 东财通公式 飞狐公式 其他公式 公式解答 股票软件 股票池
当前位置:→ 公式指标平台 > 飞狐公式 > 正文 → 正文

机构K线(鬼变脸)原码

发布时间:2015/1/4 8:08:00  浏览次数:

sensitivy:=-c;
 direction:=c;
 towero:=o;
 towerc:=c;
 fc:=c;
 i:=2;
 while i<=datacount do begin
   if towerc[i]>towero[i] and not(between(sensitivy[i],towero[i],towerc[i])) then
     direction[i]:=1;
   else if towerc[i]<towero[i] and not(between(sensitivy[i],towero[i],towerc[i])) then
          direction[i]:=0;
        else direction[i]:=direction[i-1];
   if not(between(sensitivy[i-1],towero[i-1],towerc[i-1])) then begin
     towero[i]:=towerc[i-1];towerc[i]:=fc[i];
     sensitivy[i]:=towero[i-1];
   end else begin
     towero[i]:=towerc[i-1];towerc[i]:=fc[i];
     sensitivy[i]:=sensitivy[i-1];
   end;
   i:=i+1;
 end;

今开盘:TOWERO,LINETHICK0;
今收盘:TOWERC,LINETHICK0;
敏感位:sensitivy,LINETHICK0;{上面的三句是我加的朋友们不喜欢可以自己删除}

tj:=between(sensitivy,towero,towerc);
 stickline(tj,max(towero,towerc),sensitivy,7,0), colorred;
 stickline(tj,min(towero,towerc),sensitivy,7,0), colorgreen;
 stickline(sensitivy<towerc and not(tj),towero,towerc,7,0), colorred;
 stickline(sensitivy>towerc and not(tj),towero,towerc,7,0), colorgreen;
 stickline((towerc=towero or sensitivy=towerc) and direction=0,towero,towerc,7,0),colorgreen;
 stickline((towerc=towero or sensitivy=towerc) and direction=1,towero,towerc,7,0),colorred;
 机构K线(鬼变脸)原码

资源下载链接   资源大小:unknow

手机移动版 - 关于我们 - 联系我们 - 广告合作 - 下载声明 - 网站帮助 - 友情链接 - 网站地图 - TOP
湘ICP备09016573号 增值电信业务经营ICP许可证:湘B2-20210269 湘公网安备43108102000039号
Copyright © GSZB.COM ,All Rights Reserved.
股票公式,股票指标,股票软件,股票知识