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