| / | Forum |
|
lreyna
2006.06.28 20:21
Greetings to all. I have a few questions regarding MetaTrader functionalities through
MQL4.
I want to know if it is possible to programaticaly switch to a specific opened chart window, other than the currently showed one. Also I've been looking for a way to attach an Expert Advisor to a chart from a script or other MQL4 program. Finally what would be the best way to integrate MQL with any Data Driven language such as ADO or SQL? Is ther a way to include C++ code or any other similar language into MQL4? Thank you for any help you can provide me on these topics. Luis Reyna |
|
Program Folder of MetaTrader 4 Client Terminal The article describes the contents of the program folder of MetaTrader 4 Client Terminal. The article will be useful for those who have already started to grasp into the details of the client terminal operation. |
2824 |
Tatyana
2006.06.29 12:12
lreyna wrote: Sorry, this is impossible.I want to know if it is possible to programaticaly switch to a specific opened chart window, other than the currently showed one. Also I've been looking for a way to attach an Expert Advisor to a chart from a script
or other MQL4 program. This is impossible too. Please use DLLs for this.Finally what would be the best way to integrate MQL with any Data Driven language
such as ADO or SQL? Is ther a way to include C++ code or any other similar language
into MQL4?
You can create DLL files in any high-level programming language. You can study our examples in the client terminal folder: |