以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 交易策略发布专区 (http://weistock.com/bbs/list.asp?boardid=10) ---- [交易系统]布林强盗系统 (http://weistock.com/bbs/dispbbs.asp?boardid=10&id=8271) |
-- 作者:z7c9 -- 发布时间:2011/10/2 21:15:00 -- [交易系统]布林强盗系统
runmode:0; input:bollingerlengths(50); mid:=ma(close,bollingerlengths); roccalc:=close-ref(close,roccalclength-1); entrylongcond:=roccalc>0 and high>=upperband; if holding=0 then begin if holding=0 then begin if holding>0 then begin if holding<0 then begin if holding=0 then ma1:=ref(ma(close,liqdays),1); if holding>0 then begin if holding<0 then begin 盈亏:asset-50000,noaxis,colorred,linethick2;
[此贴子已经被作者于2011-10-2 21:15:20编辑过]
|
-- 作者:shy508 -- 发布时间:2011/10/2 21:25:13 -- |
-- 作者:xxb398 -- 发布时间:2012/2/5 5:38:06 -- z7c9你好,在“布林强盗系统”策略中有以下问题请予解答: 1、用了roccalc:=close-ref(close,roccalclength-1);会导致信号闪烁吧? 2、进出场时用的盘中突破,这样会导致历史测试与实际差异很大吧? 谢谢。 |
-- 作者:z7c9 -- 发布时间:2012/2/5 8:59:40 -- 以下是引用xxb398在2012-2-5 5:38:06的发言:
z7c9你好,在“布林强盗系统”策略中有以下问题请予解答: 1、用了roccalc:=close-ref(close,roccalclength-1);会导致信号闪烁吧? 2、进出场时用的盘中突破,这样会导致历史测试与实际差异很大吧? 谢谢。 http://www.weistock.com/bbs/dispbbs.asp?boardid=10&Id=9107 [此贴子已经被作者于2012-2-5 8:59:52编辑过]
|
-- 作者:朱饭饭 -- 发布时间:2012/2/15 11:00:47 -- ,随便来看看有没有能带走的 |