求教 [金字塔]
- 咨询内容:
ma4:stkindi('',ma(close,42),0,11);
sell(c<ma4 and holding>0,0,market);
buyshort(close<ma4 and holding=0,1,market);sellshort(c>ma4 and holding<0,0,market);
buy(close>ma4 and holding=0,1,market);以上程序问题出在哪?
- 金字塔客服:
平仓数量上怎么会是 0 .
- 用户回复:
0不就代表全部吗?
- 网友回复:
ma4:stkindi('','ma.MA1',0,11);//加上一对单引号,然后在MA公式里面把MA1的参数改成42
sell(c<ma4 and holding>0,0,market);
buyshort(close<ma4 and holding=0,1,market);sellshort(c>ma4 and holding<0,0,market);
[此贴子已经被作者于2011-8-9 10:31:39编辑过]
buy(close>ma4 and holding=0,1,market); - 网友回复: 谢谢
- 上一篇:重启金字塔能否不清空之前已经收到的分时…
- 下一篇:请教一个问题!
相关文章
-
没有相关内容