- Search Crypto Craft
- 822 Results (101 Threads, 721 Replies)
-
nondisclosure00 replied Jan 28, 2020It's on the list along with saving the excel file. But I haven't had any time to work on it. Not sure when I will.
Metatrader to Excel and back
-
nondisclosure00 replied Jan 28, 2020You should use the function to put a double in your spreadsheet. In your MQL code, pull the data from the daily EURUSD chart.
Metatrader to Excel and back
-
nondisclosure00 replied Jan 28, 2020Don't send an int. Use the function that sends a string instead.
Metatrader to Excel and back
-
nondisclosure00 replied Nov 19, 2019Do you plan to share the source code?
Metatrader to Excel and back
-
nondisclosure00 replied Sep 25, 2019If MT5 is going to require only 64 bit DLL's, then as far as I know; no. Now, that all being said, if you feel adventurous, you download the source code from the first post and re-compile it targeting the 64 bit platform. I don't know how that DLL ...
Metatrader to Excel and back
-
nondisclosure00 replied Sep 7, 2019Ask your broker where you got it from. I have no answers because I don't use the RTD function in excel.
Metatrader to Excel and back
-
nondisclosure00 replied Sep 3, 2019I prefer my own source code, thank you. I will NOT run someone else's .ex4's on my live account. But hey, I'm a developer and I can afford that kind of luxury. Glad you found what you were looking for.
Metatrader to Excel and back
-
nondisclosure00 replied Aug 27, 2019Your developers are wrong. Other people on this thread have this working with open excel workbooks just fine.
Metatrader to Excel and back
-
nondisclosure00 replied Apr 18, 2019I've been really busy lately. But I'll try to get to work on it as soon as I can.
Metatrader to Excel and back
-
nondisclosure00 replied Apr 17, 2019Let me answer the questions first 1. This happens because, technically, when the DLL is calling excel, it's using the UI thread of excel (except when opening the workbook; there's only 1 thread for excel you can have when opening the work book). I ...
Metatrader to Excel and back
-
nondisclosure00 replied Jan 4, 2019I haven't tried it in MT5, but I don't see a reason why you couldn't.
Metatrader to Excel and back
-
nondisclosure00 replied Nov 12, 2018Post your mq4 code and we can take a look. Also, make sure you've enabled DLL use in metatrader.
Metatrader to Excel and back
-
nondisclosure00 replied Oct 24, 2018Build one yourselves! Use this to get data from MT4 to Excel (and back again if you wish): url
Creating a currency strength meter with Excel