Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
日内5分钟,首次出现A条件后,从首次A条件到现在是首次出现B条件,这时AND符合C条件则买开仓。
请老师写下函数表达,谢谢
n1:count(a,todaybar);
n2:count(b,todaybar);
if n1=1 and n2=1 and 条件c then buy.......;