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