- Search Metals Mine
-
4xCoder replied Jun 6, 2008Google Spreadsheet does have an API, you can find it here url This lets you edit a google ss. You can build a script that exports the data, then use a tool like Autoit 3 to import it in to the goggle ss
MT4 Integration
-
4xCoder replied May 28, 2008My guess would be that it is a networking issue and not a Vista/MT4 issues. Someone is blocking the port that MT4 uses to talk to the servers. Is this your work computer or your home computer? If it's your work, the IT department is probably ...
No MT4 connection except via SafeMode with networking
-
4xCoder replied May 27, 2008Yes alot of traders trade TA only. Some mix fundamentals and TA as well. Here's some links to some resources: url (You don't need to register, just click on the link on the right) url url If you're more technically inclined, try url
Tech Traders
-
4xCoder replied May 27, 2008Look for the program called MetaLang.exe in your MetaTrader folder. That's the compiler.
Stand alone MetaEditor and compiler
-
4xCoder replied May 24, 2008For free data (but worth what you pay for it), you can try: url - Free tick data going back to 2001 for some pairs. Has some issues to check it before using it. url - Alpari 1 minute and 1 day Metatrader data going back to 2004. Pretty good ...
Historical Currency Data
-
4xCoder replied May 22, 2008url To see the downloads you'll need to register as a member
excuse me i need cci wood indicator
-
4xCoder replied May 12, 2008MT4 has a DDE server that sends price info out, so if you put your orders into excel and hook up the dde server, you can calculate profit/loss. You might look in these threads for people doing similar things and help setting up the DDE server url ...
Need Help With Communicating Mt4 with Excel
-
4xCoder replied May 11, 2008$250 is about what I charge for an EA of average complexity (a few indicators and one of the standard mm techniques). With my experience and code library, they don't take very long to write and test. These days I'm mostly coding in C++ and C# ( and ...
Reasonable fee for programming help?
-
4xCoder replied May 11, 2008This link might save you some work (or maybe not): url
Correlations galore
-
4xCoder replied May 8, 2008Posted this on another thread, but here it is again, a list of most of the brokers with API. Currenex, Hotspot, MB Trading and FXCM are ECN, I don't know about the others. MB Trading/EFX Group url OCX/COM controls Windows only OandA url ...
ECN brokers with API that also accepts funds as low as $10000
-
4xCoder replied May 3, 2008What country are you planning to set this up in? The U.S. and most European countries are very strict about who gets to call themselves a bank. There are a lot of regulations involved about what you can and can't do and how you have to keep your ...
Creating a bank and forex broker
-
4xCoder replied Apr 29, 2008No, you don't need the indicator on the chart when running the EA. Metatrader does the updating internally.
Question about indicators / tick data
-
4xCoder replied Apr 29, 2008To be pedantic, you should look at both AccountCompany and AccountNumber as different brokers can issue the same account number. See this page for all the account functions in mql4. url
Only one account able to trade the EA
-
4xCoder replied Apr 28, 2008As long as the the ECN has an API, which dukascopy does, it's possible. You would need to have a programmer write a DLL that sits between Metatrader and the duskascopy API that imports the API into metatrader. Then your EA would have to be modified ...
Expert advisors written in MQL4 + ECN broker. How?
-
4xCoder replied Apr 26, 2008If you can code mql4, you can build a script that converts your stock quote csv file to a hst file that can be opened by metatrader in offline mode. You would basically use a technique similar to what is used in this article url
Using Meta Trader to analyse stocks?
-
4xCoder replied Apr 25, 2008Here's a list of all the Forex API's I know of outside of Metatrader, and what they run on. MB Trading/EFX Group url OCX/COM controls Windows only OandA url Java,C++,.NET Linux and Windows Gain Capital url Web based/SOAP Linux and Windows CMS ...
Brokers with API
-
4xCoder replied Apr 20, 2008In blackjack, card counting gives you about 2% edge over the house (max). So it's not a huge edge, but enough that it'll get you booted from a casino if they think you're doing it. One project I have running in the background is measuring the ...
Market Inefficiencies Thread
-
4xCoder replied Apr 12, 2008You might look at the NK_library from this article url It has a CCI that uses Jurik MMA for filtering. See JCCIX.MQ4 and 3c_JCCIX.mq4
CCI and AMA
-
4xCoder replied Apr 8, 2008Like magnumfreak, only price can be sent using DDE. The forumla for ATR (and lot's of other indicators) can be found at url
MT4 DDE ATR?