Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if 下单条件 then begin
下单语句;
n:=h;
end
if h>n then n:=h;
if h-c>=回落点位 then 止损语句;
if h-c>=回落点位 then 止损语句;好像if n-c>=回落点then才好用