Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
1.请问,如果有abcde五个条件需要同时满足,才能开仓,以buy为例,请问如何编写?
2.如果a条件有对应的平仓条件,b,c,d,e也是各有各的平仓条件,如何编写可以做到a条件开仓后不会以bcde的平仓条件平仓?
if a and b and c and d and e then buy;
if a then sell;
if b then sell;
....
if e then sell;