以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  同样的条件下既开多又开空如何实现  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=139932)

--  作者:panjia1000
--  发布时间:2016/9/22 15:50:27
--  同样的条件下既开多又开空如何实现

if CROSS(MACD,0) then   begin
 buy(1,lots,limitr,open),IGNORECHECKPRICE;

 HigherAfterEntry:=enterprice;
 LowerAfterEntry:=enterprice;
   end

同样的条件既开多又开空如何实现

 


--  作者:jinzhe
--  发布时间:2016/9/22 15:55:03
--  
图表上无法即开多又开空的