以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (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=7461) |
|
-- 作者:zouyingsheng -- 发布时间:2011/8/9 10:25:21 -- 求教 ma4:stkindi(\'\',ma(close,42),0,11); sell(c<ma4 and holding>0,0,market); sellshort(c>ma4 and holding<0,0,market); 以上程序问题出在哪? |
|
-- 作者:26327756l -- 发布时间:2011/8/9 10:27:45 -- 平仓数量上怎么会是 0 . |
|
-- 作者:zouyingsheng -- 发布时间:2011/8/9 10:28:56 -- 0不就代表全部吗? |
|
-- 作者:jinzhe -- 发布时间:2011/8/9 10:29:33 -- ma4:stkindi(\'\',\'ma.MA1\',0,11);//加上一对单引号,然后在MA公式里面把MA1的参数改成42 sell(c<ma4 and holding>0,0,market); sellshort(c>ma4 and holding<0,0,market); [此贴子已经被作者于2011-8-9 10:31:39编辑过]
|
|
-- 作者:zouyingsheng -- 发布时间:2011/8/9 10:32:20 -- 谢谢 |
|
-- 作者:zouyingsheng -- 发布时间:2011/8/9 10:52:08 -- 引用昨日当前品种的收盘价呢? zclose:"close##day";这样对吗? |
|
-- 作者:fly -- 发布时间:2011/8/9 11:00:25 -- 1.参考问题39 http://www.weistock.com/bbs/dispbbs.asp?boardid=2&Id=49
2.或参考函数 CALLSTOCK(\'if08\',VTCLOSE ,6 , -1);//红色改外想引用的品种代码 |
|
-- 作者:zouyingsheng -- 发布时间:2011/8/9 11:10:00 -- 我要的是当前品种的 |
|
-- 作者:jinzhe -- 发布时间:2011/8/9 13:59:45 -- c2:"if08$close##day"; 品种可以改 |
|
-- 作者:zouyingsheng -- 发布时间:2011/8/9 19:53:11 --
CALLSTOCK(\'if08\',VTCLOSE ,6 , -1);
这两条程序可以不指定品种吗?可以的话要怎么该呢?或者还有别的办法。 我的意图是想同一策略监控多个产品的 |