
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
to change symbol
This post is quite old, but still relevant.
This tool is amazing, and can be used to integrate data even from multiple instances of MT4 or multiple EAs.
If any of the previous questions is still relevant, please re-post them and I will answer.
The same goes for MQL4 questions, since I can help with MQL4 also.
Hello.
I hope that I can still get an answer from you. I am able to get the default data from the DDE server (Company name, time and EMA) into excel. However, after getting the DDE to display ticks/quotes for various instruments on its own interface, I can not display the quotes in excel. Can you please help me with the formula to display the quotes in Excel?
Thank you.
Greetings.
The code worked for me, and now the DDE displays the bid and ask price quotes. My problem now is that I cannot display the quotes in Excel. The default data that comes with the DDE, that I am able to display in excel, but not the price quotes.
Could you please help me with the formula to display the quotes in Excel?
Thank you.
Greetings.
The code worked for me, and now the DDE displays the bid and ask price quotes. My problem now is that I cannot display the quotes in Excel. The default data that comes with the DDE, that I am able to display in excel, but not the price quotes.
Could you please help me with the formula to display the quotes in Excel?
Thank you.
=MT4DDE|ASK!EURUSD
=ЗАМЕНИТЬ(MT4DDE|BID!EURUSD;2;1;",")
=ЗАМЕНИТЬ(MT4DDE|ASK!EURUSD;2;1;",")
=REPLACE(MT4DDE|BID!EURUSD;2;1;",") - with comma in excel cell
=REPLACE(MT4DDE|ASK!EURUSD;2;1;",")
I tried using your code but it only get me the Ask/Bid of the first currency pair in the list of symbols in MT5 regardless of the currency symbol I add in the code.
For example, I have USDCAD as the first symbol in MT5 symbols list. I write the code you provided with EURUSD, but the Ask price I get is the USDCAD one not the EURUSD one. How to fix that?
Also, do you have any suggestions on how to connect ask price of all currency pairs/symbols to Excel?
Thanks!
it`s working. I try now.![]()
=ЗАМЕНИТЬ(MT4DDE|ASK!EURAUD;2;1;",") - to excel cell with comma!
When I use this command in my Excel, I have #REF!...
OH SORRY my man, its a mistake.
you know something about this problem to help me? im a like 6 hours trying to make working...