- Calling Scripts from MT Expert
- mql5 expert advisor calling a C++ application
- Call a script from an Indicator,, Possible?
Hello, all. Is it possible to have a few lines of code in C++ that say "Hey metatrader, attach your script 'script_name.mqh' to the chart" ?
You can set hotkey for the script, and calling it from your C++ , but that stupid things to do. So what's the purpose of this script anyway ?
It will read a .txt file which contains a value representing datetime. Based on this datetime, it creates another .txt file the contains price values, etc. Is this a good idea using the hotkeys? Or do you have any other suggestions? If it will work, where can I find out how touse hotkeys?
Thank you for answering my question!
:) :)
It will read a .txt file which contains a value representing datetime. Based on this datetime, it creates another .txt file the contains price values, etc. Is this a good idea using the hotkeys? Or do you have any other suggestions? If it will work, where can I find out how touse hotkeys?
Thank you for answering my question!
:) :)
Hotkeys : Open Navigator in your MT5 (Ctrl + N), right click any folder, EA, CI, or Script and select hotkeys. But, like I said, it's as I said, it's a stupid things to do, you need the chart to be an active chart/window.
If you're good at C++, why don't you use EA and read this article https://www.mql5.com/en/articles/115
- 2010.07.01
- investeo
- www.mql5.com
Hotkeys : Open Navigator in your MT5 (Ctrl + N), right click any folder, EA, CI, or Script and select hotkeys. But, like I said, it's as I said, it's a stupid things to do, you need the chart to be an active chart/window.
If you're good at C++, why don't you use EA and read this article https://www.mql5.com/en/articles/115
Hotkeys : Open Navigator in your MT5 (Ctrl + N), right click any folder, EA, CI, or Script and select hotkeys. But, like I said, it's as I said, it's a stupid things to do, you need the chart to be an active chart/window.
If you're good at C++, why don't you use EA and read this article https://www.mql5.com/en/articles/115
phi.nuts :
Can metatrader be integrated with Java?
Can an EA call a Java application, and can a Java application access historical data from metatrader 5?
phi.nuts :
Can metatrader be integrated with Java?
Can an EA call a Java application, and can a Java application access historical data from metatrader 5?
Directly ?, No. Indirectly, Yes.
If you have any more question about integrating MT5/MQL5 with other language programs, then the answer is yes it's possible. Some of them can be interact directly with MT5 some are not.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use