I think it is possible, you can write to a file and then other platform open that file. Maybe this can work.
Exchange data between platforms, or use EURUSD prices to plot signals for other currency pair, in same platform? Perhaps use dll for transfer between platforms...
https://www.mql5.com/en/articles/18
https://www.mql5.com/en/articles/19
Hope these links help your cause...
How to Exchange Data: A DLL for MQL5 in 10 Minutes
- 2010.01.27
- MetaQuotes Software Corp.
- www.mql5.com
Now not so many developers remember how to write a simple DLL, and what are special features of different system binding. Using several examples, I will try to show the entire process of the simple DLL's creation in 10 minutes, as well as to discuss some technical details of our binding implementation. I will show the step-by-step process of DLL creation in Visual Studio with examples of exchanging different types of variables (numbers, arrays, strings, etc.). Besides I will explain how to protect your client terminal from crashes in custom DLLs.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have got two different platform of Meta Trader 5. I want to capture the price of EURUSD spot from one platform and use that price as an input for the second platform. How can i do that?