당사 팬 페이지에 가입하십시오
MS Excel: Data Exchange and Management - MetaTrader 4용 스크립트
- 조회수:
- 20397
- 평가:
- 게시됨:
- 2008.06.03 09:59
- 업데이트됨:
- 2014.04.21 14:52
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.