chevanton1988:
Write the data to a file. What's your problem ? What have you tried ?
Hi Gurus,
When I Test my Expert Advisor i want data of "deals or orders" what are generated during test process bring into CSV? I can't use TesterStatistics() function because it is for Optimization process. I need CSV to put into database and automate all process. I need every info about buy or sell signal which is generate during test process. Are there any function for this or anybody have an idea how I can do that?
I need bring data and I know make CSV after.
Thanks
Pero
angevoyageur:
Write the data to a file. What's your problem ? What have you tried ?
When I start Testing my Expert Advisor (not Optimisation) at the end I want automatic generate CSV file with information about deals or orders which are processed with my strategy in Expert Advisor. When I speak about order and deals I mean on every buy or sell order which is processed with my strategy in Tester. I want to develop automated process of creating CSV file. After I want bring them into database because that I want them in CSV not int Excel.
Write the data to a file. What's your problem ? What have you tried ?
File Functions - Reference on algorithmic/automated trading language for MetaTrader 5
https://www.mql5.com/en/docs/files
Documentation on MQL5: File Functions
- www.mql5.com
File Functions - Reference on algorithmic/automated trading language for MetaTrader 5
song_song:
I know that, make CSV file, but how i can get info about deals or orders which are generate in Testing.
File Functions - Reference on algorithmic/automated trading language for MetaTrader 5
https://www.mql5.com/en/docs/files
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 Gurus,
When I Test my Expert Advisor i want data of "deals or orders" what are generated during test process bring into CSV? I can't use TesterStatistics() function because it is for Optimization process. I need CSV to put into database and automate all process. I need every info about buy or sell signal which is generate during test process. Are there any function for this or anybody have an idea how I can do that?
I need bring data and I know make CSV after.
Thanks
Pero