Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
d1: valuewhen(平空条件 and holding<0,date);
o1:valuewhen(平空条件 and holding<0,openprofit);
if date=d1 and 开空条件 and o1>=0 then BUYSHORT(开空条件 AND HOLDING=0,手数,THISCLOSE);
老师 你写的不能用
策略有多空
不开同方向单子:
因为没有不开单子函数,所以用以下方式进行限定:
给出开同方向单子的条件
这个写的就是这样的思路