如題。
感覺應該使用跨頻率的函式。是否有類似 xf_GetField("Volume", "1"); 的函式可以用呢?
{指標測試_日K收盤132900成交量_}
Var:_BarFreq("D");
Var:_Date(0);
_Date = Date;
Var:_Volume(0);
if Time = 132900
then begin
_Volume = xf_GetField("Volume", "1");
end;
Plot1(_Volume, "日K收盤132900成交量");
2 評論