DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsCArrayList<T>AddAddAddAdds an element to the list.bool Add( T value // the value of the element );Parameters value[in] The value of the element to add.Return Value Returns true on successful, or false otherwise.Last updated on 2026-07-24TrySetValueAddRange