打印本文
关闭窗口
如何将20个交易日内第一次创60日新高的找出来
作者:金字塔 来源:cxh99.com 发布时间:2021年09月01日
咨询内容:
如何将20个交易日内第一次创60日新高的找出来
金字塔客服:
dd:=0;
for i=barpos-20 to barpos DO
BEGIN
if high[i]=ref(hhv(high,20),barpos-i) then
begin
dd:=i;
break ;
end
end
aa:dd
打印本文
关闭窗口