Forum

mql5 reading pointers returned by dll

Hi Chaps, I'm battling with sqlite3 c/c++ api particulary sqlite3_db_filename function . My knowledge isn't great about c/c++ and need to read database filename which I assume is array of chars and function returns a pointer to this array in memory. Any help or points of reference where to start

Where to get the list of all trading pairs?

Hi there, I would like to get a list of all trading pairs aka Symbol via loop. But can`t find more info about how this pairs is stored ... For example the result of SymbolName function . But struggling to find the information what data structure or type I should iterate to achieve this. For example