DocumentationMQL5 ReferenceStandard LibraryData CollectionsCTreeFindFindFindSearches for a node in a tree by sample.CTreeNode* Find( CTreeNode* node // node )Parameters node[in] Node that contains data used as a search sample.Return Value Pointer of the found node or NULL.Last updated on 2026-07-24ClearSave