早盘突破模型为什么不显示 用日线测试不能用.为什么呢,用在别的时期就能用. [金字塔]
- 咨询内容:
runmode:0;
buycond:=open<ref(low,1);
buyshortcond:=open>ref(high,1);if holding=0 then begin
if buycond then
buy(1,1,limitr,open);
endif holding=0 then begin
if buyshortcond then
buyshort(1,1,limitr,open);
endif holding>0 then begin
sell(1,holding,limitr,close);
endif holding<0 then begin
sellshort(1,holding,limitr,close);
end
[此贴子已经被作者于2013-2-25 17:17:12编辑过]
用日线测试不能用.为什么呢,用在别的时期就能用. - 金字塔客服: 补充日线数据
- 用户回复: 不是数据的问题,你加载上去能用不,我的不能用呀
- 网友回复: 但是把OPEN改成H,或者L就可以用,就是不能用OPEN
- 网友回复:
此主题相关图片如下:搜狗截图130225_1.png
本地测试没问题啊
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 262069696 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容