[原创] [金字塔]
- 咨询内容:
GLOBALVARIABLE:opjg=close ;
GLOBALVARIABLE:jzjg=close ;if tbuyholding(1)<>0 and tsellholding(1)<>0 then begin
if time<closetime(0) then begin
if abs(close-jzjg)<5 then begin
if close-opjg>=1 then begin
opjg:=close;
tbuy(1,2,mkt);
tsellshort(1,2,mkt);
endif opjg-close>=1 then begin
opjg:=close;
tsell(1,2,mkt);
tbuyshort(1,2,mkt);
endend
if close-jzjg>=5 then begin
tsell(1,8,mkt);
tbuyshort(1,8,mkt);
jzjg:=close;
TCANCEL(1,0);
endif jzjg-close>=5 then begin
tbuy(1,8,mkt);
tsellshort(1,8,mkt);
jzjg:=close;
TCANCEL(1,0);
endend
if time>=closetime(0) then begin
dctz:=tbuyholding(1)-10;if dctz>0 then begin
tsell(1,dctz,mkt);
tbuyshort(1,dctz,mkt);
endif dctz<0 then begin
tbuy(1,abs(dctz),mkt);
tsellshort(1,abs(dctz),mkt);
end
TCANCEL(1,0);end
end
这个后台交易的代码 每次启动预警时 总是说“数据量过大,计算溢出”,然后软件就自动关闭了,请教大侠 是什么原因啊?
- 金字塔客服: 楼主你写的是后台代码,记得不要运行在图表上另外能吧你的情况截图来看看么
如果以上指标公式不适用于您常用的行情软件
或者您想改编成选股公式,以便快速选出某种形态个股的话,
相关文章
-
没有相关内容