1.
下季连续你需要定义一下,金字塔里没有的
2.
runmode:0;
c1:=callstock('sh300',vtclose,6,-1);
c2:=callstock('sh300',vtclose,6);
cc:=callstock('if00',vtclose,datatype);
if time<=093000 then cc:cc-c1;
if time>=150000 then cc:cc-c2;
runmode:0;
c1:=callstock('sh300',vtclose,6,-1);
c2:=callstock('sh300',vtclose,6);
cc:=callstock('if00',vtclose,datatype);
if time<=093000 then ccc:cc-c1;
if time>=150000 then ccc:cc-c2;
后面这段程序显示CCC变量名重复,要怎么改下?
runmode:0;
c1:=callstock('sh300',vtclose,6,-1);
c2:=callstock('sh300',vtclose,6);
cc:=callstock('if00',vtclose,datatype);
if time<=093000 then ccc1:cc-c1;
if time>=150000 then ccc2:cc-c2;