
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
Hello,
I'm using an Sqlite database to do some documentations. It works perfect when making a single test.
But during optimization the database access (= create some records) only works in the "OnTesterDeinit()" event.
I tried to access a Sqlite Database during optimization in the OnTick event. But no record ist created.
Does anybody know if it's in general possible to access a Sqlite Database in the OnTick event during optimization?
Example:
The example works in the OnTick event when doing a single test. But it does'nt work when doing an optimization.
Best regards
Jorg