Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if weekday=5 then n:=n+1;
每月第一个周五:n=1 and weekday=5;
晚上: time>010000 and time<=063000;
if month<>ref(month,1) then n:=0;
所以开仓 条件加上
not( 每月第一个周五 and 晚上)