你的开仓语句是怎么编写的,论坛这边贴下
另外帮助关于金字塔,您这边看下确定是4.3的了吗??
有可能,你异常关闭后打开软件您看下本地数据是否有误,打开k线图随机挑几个品种看看
请问您这段代码,在后面的程序里下单是否正常??
本地这边明日测试下这个使用情况
if (A OR A1) and B and D and F and macd120>ref(macd120,1) and J and ddjlr>0.2 and macdZS120>ref(macdZS120,1) and CURRENTTIME<130000 and tbuyholding(1)=0 then begin tbuy(1,20000/close,MKT); end {if macdzs60>0 and hhv(h,tenterbars)*0.97>c and tbuyholding(0)>0 then begin tsell(1,0,mkt); end if macdzs60<0 and tenterbars>=1 and tbuyholding(0)>0 then begin tsell(1,0,mkt); end } if tenterbars>=1 and tbuyholding(0)>0 then begin tsell(1,0,mkt); end 实盘模拟盘就是上面平仓条件不一样。请老师将我三楼的帖子删除 |