以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://222.73.7.161/bbs/index.asp) -- 公式模型编写问题提交 (http://222.73.7.161/bbs/list.asp?boardid=4) ---- 请老师帮忙写个策略 (http://222.73.7.161/bbs/dispbbs.asp?boardid=4&id=170343) |
|
-- 作者:xhbsy007 -- 发布时间:2019/6/6 23:46:57 -- 请老师帮忙写个策略 老师:请帮忙写个代码 连续2根阳线,第3根open 开多,盈利10跳 平多(开仓当根,若满足盈利就当根平仓);
|
|
-- 作者:xhbsy007 -- 发布时间:2019/6/7 22:40:35 --
|
|
-- 作者:yukizzc -- 发布时间:2019/6/9 19:15:01 -- if ref(all(c>o,2),1) and holding=0 then buy(1,1,marketr); if close-enterprice>10*mindiff and holding>0 then sell(1,holding,marketr); if low<ref(low,enterbars+1) and holding>0 then sell(1,1,marketr); |