
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
I want to save some histories of the optimizations in a CSV file. But sometimes not all deals are written to the file correctly.
For example, maybe one pass had 2000 trades and only 3500 deals were written in the file.
Or sometimes some of the data in a row is missing.
I don't know what is happening exactly.
Is my code wrong?
The OnTester() event flushes the memory before the data is written to the file? Any ideas for this not to happen?
Below is a test code;
Thank you so much!!