MA25 = AverageFC(Close, MA25Length);
hh = HighestFC(High, RangePeriod);
ll = LowestFC(Low, RangePeriod);
这样写在你们软件中包含当根k线的数据吗?还是说要后面加[1]的?