设为首页加入收藏

微信关注
官方微信号:71712643
加关注获取每日精选资讯
股票入门欢迎您加入
广告服务联系我们网站地图

飞狐MACD买入点主图公式源码 飞狐指标公式大全(4)

2015-10-27 9:20:16 股票入门 http://rumen.southmoney.com

if datacount<3 then exit;
HH:=H;
LL:=L;
pL:=ll[datacount]; pH:=0;
tk:=if(l>ref(h,1),1,if(h<ref(l,1),-1,0));
for i=datacount-1 down to 2 do begin
if ll<pL then pL:=ll;
if HH>pH then pH:=hh;
if tk=1 and pL<=hh[i-1] then tk:=0;
if tk=-1 and pH>=ll[i-1] then tk:=0;
end;

STICKLINE(tk=1,l,ref(h,1),100,0),COLORGRAY,ALIGN1;
STICKLINE(tk=-1,h,ref(l,1),100,0),COLORGRAY;

更多飞狐指标公式请关注南方财富网(http://rumen.southmoney.com

上一页  [1] [2] [3] [4] 

股票入门声明:资讯来源于互联网,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。