Two Bugs There are at least two bugs in the mt4_sqlite_loader program.
The first bug should appear if you attempt to load an MT4 statement file with open or pending trades. I think the program will attempt to load the open or pending trades into the database. I forgot to look for the html table end delimiter.
The second bug will manifest if your broker consolidates your trades and your statement file is thus cleared. When you attempt to load an MT4 statement file with some closed trades (none of which are already in the database) without any balance transaction, mt4_sqlite_loader will not be able to set the opening balance properly and the closed trades will be written with the wrong current balance.
I will be working on these two bugs and will release an update as soon as preliminary testing is complete.
Rick |