
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
But is that not exactly where I told you where you would find it?
You were right, but I didn't find him there yesterday, there is only structure in the "signals.sqlite" file and I suspect there is data in the signals.dat file
but it's in the documentation
parameters
filename
[in] File name relative to the "MQL5\Files" folder.
You were right, but I didn't find him there yesterday, there is only structure in the "signals.sqlite" file and I suspect there is data in the signals.dat file
No! I have already told you that the "signals.dat" is an internal MetaTrader data file and it has nothing to do with SQLite.
The "signals.dat" file is where MetaTrader stores the information about signals that can be retrieved with the Trade Signals functionality ...
But you used the flag "DATABASE_OPEN_COMMON" which changes the location. So don't use that flag if you don't want it in the common folder.
But you used the flag "DATABASE_OPEN_COMMON" which changes the location. So don't use that flag if you don't want it in the common folder.
ok, i understand and find data in signals.sqlite-wal:))
Thank You for your help)
CS 0 12:43:16.106 SignalsBasa (EURUSD,H1) DB: succesfull
The document after loading the data is still 8 kb and I cannot load the data and receive
2022.11.30 12:55:49.103 CreateDB (EURUSD,H1) DB: signals.sqlite opened
2022.11.30 12:55:49.103 CreateDB (EURUSD,H1) 0: 0,0,0.0,0.0
But you have already stated that you found the file ...
So what is the problem?
The "signals.sqlite" file will have structure and data all in one. Open it via MetaEditor and see the data for yourself — Working with SQL data bases - MetaEditor Help
You are welcome!
In MetaEditor, the maximum number of columns of database tables to show is only 23.
Is it possible to remove the limitation?
In MetaEditor, the maximum number of database table columns to show is only 23.
Is it possible to remove the limitation?
not successful -
I would like to point out, translating an integer to a string does not produce an error when writing to a table.
Dear developers, please tell me why it is not possible to attach an existing database from a file (ATTACH DATABASE)?
Then how is it possible to attach a base from the RAM...?
I have attached the code.
The create_databases.mq5 script creates a database. The attach_mem_db.mq5 script attaches the database from the RAM. But the attach_other_db.mq5 script fails to attach an existing database.