DocumentationMQL5 ReferenceStandard LibraryData CollectionsCTreeInsertInsertInsertAdds a node to a tree.CTreeNode* Insert( CTreeNode* new_node // node )Parameters new_node[in] Pointer of a node to insert to a tree.Return Value Pointer of the owner node or NULL.Last updated on 2026-07-24CreateElementDetach