DocumentationMQL5 ReferenceStandard LibraryGeneric Data CollectionsIMap<TKey,TValue>AddAddAddAdds a key/value pair to a collection.bool Add( TKey key, // key TValue value // value );Parameters key[in] Key.value[in] Value.Return Value Returns true on successful, or false otherwise.Last updated on 2026-07-24Contains