请问,前一个交易日中证500期货涨幅,应该怎么引用?
h_1:callstock(stklabel,vthigh,6,-1);
o_1:callstock(stklabel,vtopen,6,-1);
昨天涨幅:(h_1-o_1)/o_1;
h_1:callstock('IC00',vthigh,6,-1);
o_1:callstock('IC00',vtopen,6,-1);
昨天涨幅:(h_1-o_1)/o_1;
这样写了以后,在1分钟的图上,并没有能显示出“昨日涨幅”
你没有IC00昨天的日线数据,补充一下数据,或者直接切换到IC00的日线