以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://222.73.7.161/bbs/index.asp) -- 策略编写求助区 (http://222.73.7.161/bbs/list.asp?boardid=11) ---- 两个平仓条件怎么优先的问题 (http://222.73.7.161/bbs/dispbbs.asp?boardid=11&id=11284) |
||
-- 作者:tanganquan -- 发布时间:2012/4/25 10:21:01 -- 两个平仓条件怎么优先的问题
|
||
-- 作者:jinzhe -- 发布时间:2012/4/25 14:47:20 -- 换个思路的话, if a and c or d then begin sellshort(holding<0,0,market); buy(holding=0,1,market); end if b and c or d then begin sell(holding>0,0,market); buyshort(holding=0,1,market); end |