飞狐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 )
股票入门声明:资讯来源于互联网,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。