MQL5 ReferenceStandard LibraryGeneric Data CollectionsCRedBlackTreeNode<T>CreateEmptyNode ValueParentLeftRightColorIsLeafCreateEmptyNode CreateEmptyNode Creates 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. IsLeaf CLinkedListNode<T>