DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsCRedBlackTreeNode<T>CreateEmptyNodeCreateEmptyNodeCreateEmptyNodeCreates a new black node with no parent and children, and returns a pointer to it.static CRedBlackTreeNode<T>* CreateEmptyNode();Return Value Returns a pointer to the new node.Last updated on 2026-07-24IsLeaf