Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:【求助】请老师帮忙看看我这个策略怎么编写,谢谢!

1楼
sz1987cn 发表于:2015/8/12 15:51:01
连续三个红线(C>OPEN)且连创新高以后第四根棒线开多,连续三个绿线(C<OPEN)且连创新低以后反手(开空)。麻烦老师了,谢谢!
2楼
jinzhe 发表于:2015/8/12 15:53:35
if ref(all(isup,3) and all(h>ref(h,1),3),1) then buy(holding=0,1,market);
if ref(all(isdown,3) and all(l<ref(l,1),3),1) then buyshort(holding=0,1,market);
[此贴子已经被作者于2015/8/12 15:53:43编辑过]
共2 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.02344 s, 3 queries.