Try to read this article (https://www.mql5.com/en/articles/69).
Could you explain your problem with reading/writing in MQL5? Have you any example?
Practical Application Of Databases For Markets Analysis
- 2010.05.18
- Alexander
- www.mql5.com
Working with data has become the main task for modern software - both for standalone and network applications. To solve this problem a specialized software were created. These are Database Management Systems (DBMS), that can structure, systematize and organize data for their computer storage and processing. As for trading, the most of analysts don't use databases in their work. But there are tasks, where such a solution would have to be handy. This article provides an example of indicators, that can save and load data from databases both with client-server and file-server architectures.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi!
I hope to get some advise from those who had used mql5 with sqlite.
I created a wrapper which run successfully as a standalone, running in a dos prompt.
But when tried to run via mql5, it seems that it is unable to read or write under MQL5\Files folder.
I am running on Vista and run terminal.exe on both normal and administrator rights to execute the sqlite reader, but was still unable to do this successfully.
Could it be some issues on the mql5 dll import functions and mql5 file access security?
Lastly, is it possible to have a Collections or List Objects to be returned from DLL to mql5 which both can understand and interact with?
Thank you!