CSV File Question

 

Hi one and all,

Is it possible to convert an EA into a CSV file? I have an EA based on ATR stops and stochastic indicator for os/ob conditions.

The EA is calculating the profit factor and recovery factor for each signal for x past trades.I like to convert this EA into CSV file.

There are plenty of CSV indicator converters and scripts.But they are only converting the indicator values or signal values.I want to

include the performance factors (profit factor and recovery factor) for each signal into the CSV file so I can process it in rapidminer.

So should performance factors added seperately or calculated seperately into CSV file ? Or is it possible to convert an EA ( the performnce factors already calculated

in the EA) into CSV file?Thanks.

 
Writing the data out to a CSV file is pretty simple, take a look at the File functions, specifically, FileOpen() & FileWrite()
 

I think what you're trying to do is export the Data (like Win-Loss) to file. For that you can use the FileWrite functions.

Hey RaptorUK congrats on becoming Moderator.