How to export to Excel?

 

Hi there,

Does anyone know how can I export the trades history (account history) to ms excel?

It would be very helpful since will allow me to separate the trades by currency pair and better analise the data.


Thank you very much


Regards


Paulo

 
Save report as HTML, copy, paste to excel.
 

Thanks.

I will try it


Regards

Paulo

 
#import "mt4excel.dll"

...

  bool Excel2007SaveAs(string FileName,int Format);

....

#import

....

....

void deinit()
  {
  Excel2007SaveAs("C:\proba.xls",1);
  ExcelClose();
  }

(from Delphi 7)

ExcelOpen,

ExcelOpenPattern,

ExcelOpenFile,

ExcelSetFormulaCell,

ExcelSetValueCell,

ExcelSetTextCell,

ExcelGetValueCell,

ExcelGetTextCell,

ExcelGetFormulaCell,

ExcelSetRange,

ExcelSetFormula,

ExcelSetDiagramma, .....

 
Why dont you see here how to do that and other cool things with MT4 and Excel www.fxdialogue.com