Associative array / map / dictionary data structure with MQL4

 

Hello,


I'm looking for an associative array with MQL4 (also called map or dictionary)

http://en.wikipedia.org/wiki/Associative_array

This is a really useful collection (abstract data type) but I don't see it "out of the box"

Is there someone here who ever implement this (with hash table) ?


Kind regards

 
You'll have to implement it yourself.
Reason: