技术文档MQL5参考标准程序库通用数据集IList<T>RemoveAtRemoveAtRemoveAt移除指定索引的列表元素。bool RemoveAt( const int index // 元素索引 );参数 index[in] 您想删除的元素索引。返回值 成功返回true,否则返回false。LastIndexOf