Data from Test process for Expert Advisor

 

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 

 
chevanton1988:

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 

Write the data to a file. What's your problem ? What have you tried ?
 
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. 
 
File Functions - Reference on algorithmic/automated trading language for MetaTrader 5
https://www.mql5.com/en/docs/files
Documentation on MQL5: File Functions
Documentation on MQL5: File Functions
  • www.mql5.com
File Functions - Reference on algorithmic/automated trading language for MetaTrader 5
 
song_song:
File Functions - Reference on algorithmic/automated trading language for MetaTrader 5
https://www.mql5.com/en/docs/files
I know that, make CSV file, but how i can get info about deals or orders which are generate in Testing.