DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsCHashSet<T>RemoveRemoveRemoveRemoves the specified element from a set.bool Remove( T item // the element value );Parameters item[in] The value of the element to be deleted.Return Value Returns true on successful, or false otherwise.Last updated on 2026-07-24ClearExceptWith