DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsCRedBlackTree<T>FindMinFindMinFindMinSearches for an element with the minimum value in a red–black tree.CRedBlackTreeNode<T>* FindMin();Return Value Returns a pointer to the node containing the minimum value on success, or NULL otherwise.Last updated on 2026-07-24FindFindMax