input: Length1(5), Length2(10);
SetInputName(1, "天數一");
SetInputName(2, "天數二");
Value1 = GetField("成交量");
value2 = average(getfield("Volume", "D"), 5);
plot1(value1,"成交量");
plot2(value2, "5日平均成交量");
value3 = average(getfield("Volume", "D"), 10);
plot3(value3, "10日平均成交量");
3 評論