RemoveAt 移除列表指定索引的元素。 MQL5复制bool RemoveAt( const int index // 索引 ); 参数 index [in] 要移除的元素索引。 返回值 成功返回true,否则返回false。