debugfile debugout msgout 这些函数能否同时输出多个参数,具体格式是什么
DEBUGfile('e:\textn.txt','当前合约:'+stklabel+'当前周期:%.0f'&'手数'&numtostr(手数,0)&'bkk'&numtostr(bkk,0)&'skk'&numtostr(skk,0)&'ma10'&numtostr(ma10,2)&'ma25'&numtostr(ma25,2)&'c'&numtostr(c,0)&'difz'&numtostr(diffz,0)
&'z'&numtostr(z,0)&'zichan'&numtostr(zichan,0)&'sumwealth'&numtostr(sumwealth,0)&'bt'&numtostr(bt,0)&'bd'&numtostr(bd,0)&'dd'&numtostr(dd,0),datatype);
debugfile(path,str,num);
能不能写个具体的,比如输出当前商品(RB1610)的开盘价和收盘价,具体格式为开盘价:num1 ,收盘价: num2;
DEBUGfile('e:\textn.txt','当前合约:'+stklabel+'当前周期:%.0f'&'开盘价'&numtostr(close,0),datatype);
利用字符串连接符&