我要多单当天限一笔~但有的不行!!!??? [MultiCharts MC]
作者:
MultiCharts MC 来源:
cxh99.com 发布时间:2012年08月06日 点击数:
499
【
收藏到本网的会员中心】
- 咨询内容:
inputs:jump(50);
vars:openlow(0),openhigh(0),longcount(0);
if d<>d[1] then
longcount=0;
if time=0850 then begin
openlow=Low(0);
openhigh=high(0);
end;
if closed(1)-opend(0)>jump and
time>0850 and time <1300 and longcount=0 then
buy next bar at openhigh stop;
if marketposition=1 then begin
longcount=1;
sell next bar at openlow stop;
end;
setexitonclose;
- MC技术部:
那一天有问题? 几分K
我用一分K 看60天 都没问题耶~
第2篇
- MC技术部:
像2008/10/23
我在想如果是NEXT BAR同时有碰到openlow 和openhigh则会出问题,不知道是不是?
我用5分K
inputs:jump(50);
vars:openlow(0),openhigh(0),longcount(0);
if d<>d[1] then
longcount=0;
if time=0850 then begin
openlow=Low(0);
openhigh=high(0);
end;
if closed(1)-opend(0)>jump and
time>0850 and time <1300 and longcount=0 then
buy next bar at openhigh stop;
if marketposition=1 then longcount=1;
sell next bar at openlow stop;
setexitonclose;
编辑文章 by ching000 2012-04-24 11:46:34
- MC客服:
像2008/10/23
我在想如果是NEXT BAR同时有碰到openlow 和openhigh则会出问题,不知道是不是?
我用5分K
inputs:jump(50);
vars:openlow(0),openhigh(0),longcount(0);
if d<>d[1] then
longcount=0;
if time=0850 then begin
openlow=Low(0);
openhigh=high(0);
end;
if closed(1)-opend(0)>jump and
time>0850 and time <1300 and longcount=0 then
buy next bar at openhigh stop;
if marketposition=1 then longcount=1;
sell next bar at openlow stop;
setexitonclose;
编辑文章 by ching000 2012-04-24 11:46:34
如果以上指标公式不适用于您常用的行情软件
或者您想改编成选股公式,以便快速选出某种形态个股的话,
可以联系我们相关技术人员 QQ: 262069696
进行 有偿 改编!