DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsCLinkedList<T>HeadHeadHeadReturns a pointer to the first node of the linked list.CLinkedListNode<T>* Head();Return Value Returns a pointer to the first node.Last updated on 2026-07-24CountFirst