以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://www.weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://www.weistock.com/bbs/list.asp?boardid=4) ---- tb程序改写为金字塔程序,求帮忙啊 (http://www.weistock.com/bbs/dispbbs.asp?boardid=4&id=11146) |
-- 作者:jinzitahu -- 发布时间:2012/4/18 13:19:56 -- tb程序改写为金字塔程序,求帮忙啊 Params Vars
DayOpen=OpenD(0); If(MarketPosition!=1 && High>=UpperBand && Time<ExitOnCloseMins/100) If(MarketPosition!=-1 && Low<=LowerBand && Time<ExitOnCloseMins/100)
If(MarketPosition==-1) If(Time>=ExitonCloseMins/100) End |
-- 作者:just -- 发布时间:2012/4/18 13:36:49 -- 把你的交易思路说一下吧,看看我们能不能帮你实现。 |