Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if 开仓条件a and n<3 and (weekday<=4 or (weekday=5 and time<=145500))then begin
下单语句;
n:=n+1;
end
if 平仓条件b then 平仓语句;
if weekday=5 and time>145500 then begin
全平语句;//这里的平仓手数写0,表示平掉剩下所有的仓
n:=0;