Join our fan page
MS Excel: Data Exchange and Management - script for MetaTrader 4
- Views:
- 20368
- Rating:
- Published:
- 2008.06.03 09:59
- Updated:
- 2014.04.21 14:52
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
mt4excel.dll is a library written in Delphi. At calling the DLL, the COM library is initialized.
Before using it, you should call one of the following functions: ExcelOpen or ExcelOpenPattern, or ExcelOpenFile.
At calling, an OLE object is created, MS Excel is opened, a new book and page are created by template or an existing Excel file is opened (depending on the function). Function ExcelClose will close MS Excel and free the OLE object.
You can write and read in either a separate cell: ExcelSetFormulaCell, ExcelSetValueCell, ExcelSetTextCell, ExcelGetValueCell, ExcelGetTextCell, ExcelGetFormulaCell, or in a range previously memorized with function ExcelSetRange, then using ExcelSetFormula, for example, or other functions requiring a range to be set.
There is a number of auxiliary functions to manage displaying, format information, etc. You can find more details about them in the comments on the example.
Use function ExcelSetDiagramma to create a diagram.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8175
The EA works with the 1 min EURUSD AMA signal but can't turn the corner without latent signals. Can somebody try to work the flaw and make the signal more precise. It has some RSI and MA added to filter. But not enough to accomplish a msot profitable tra
Currency LoaderThe EA unloads historical data in the *.csv format for several timeframes of the symbol it is attached to.