- Search Crypto Craft
-
rockit replied Dec 5, 2013"Bids" means there is buy interst at this level - and "offers" means there is sell interest..
What is "bids at x.xxx"
-
rockit replied Dec 4, 2013You can export data feed from all programmable platforms, i.e. mt4, jforex, ctrader etc etc. Last not least truefx.com
Looking for forex data feed
-
rockit replied Dec 2, 2013Also Spotware (cTrader) has quite advanced its Connect Open API as of late. Looks promising. It is not done yet but can be already tested.
Any broker with API trading on small accounts?
-
rockit replied Nov 22, 2013I understand that; however there is c/c++ documentation freely available and you can look up operator precedence there, and also early exit of boolean test if result is false to the test.
Questions about MQL4 "Update"
-
rockit replied Nov 22, 2013These are pretty irrelevant questions; if in doubt consult documentation or test in code. What is really interesting about the "upgrade", is that you can have event handling (chart event) and new data types, oop (?) etc.
Questions about MQL4 "Update"
-
rockit replied Nov 20, 2013I mean for testing purposes only, you would not need to build higher time frames, only small, say, M1 or less. If you need pre-built candles then you can export from mt4 or jforex to a file in binary format (instead of csv). Well, if you use jforex ...
Any broker with API trading on small accounts?
-
rockit replied Nov 19, 2013I have used mt4's dde service to transfer quotes from mt4 to my java terminal; however dde data is very limited in that it does not contain a time stamp and so on. But one can use a tcp connection; there is code for client/server on code base. For ...
Any broker with API trading on small accounts?
-
rockit replied Nov 19, 2013Another simple method: Load some tick data to your phone; write simple tick-server, i.e. (pseudo-code): tick_server_thread: last_tick_time = ticks[0].time for tick : ticks tick_server_thread.sleep(tick.time - last_tick_time) draw_tread.resume(tick) ...
Any broker with API trading on small accounts?
-
rockit replied Nov 19, 2013Can't you stream mt4 data from your PC to the phone via tcp/ip?
Any broker with API trading on small accounts?
-
rockit replied Nov 18, 2013I suggest you ask Dukascopy staff to do it. On their platform forum they do convert mt4 indicators on demand.
Genesis Matrix Trading for Jforex
-
rockit replied Nov 18, 2013Oh well... There is a place called mql5.com/en/code as well as a place called mql5.com/en/market where you may find whatever you are looking for...
A swisstool EA for MT5
-
rockit replied Nov 18, 2013Take a look at ctime (time.h) and its functions: url Consulting reference on the standard c libraries should be first thing to do!
Any DLL gurus here?
-
rockit replied Nov 15, 2013Obviously Pepperstone does have a commission based account type, therefore you can test your robots on such a demo account; in principle the profitability of your strategy should not depend on the slight differences between demo vs real account, or ...
Considering moving from MT4 broker to Dukascopy to run my EA
-
rockit replied Nov 12, 2013Also, by default it will build for a particular win version. Check the file "targetver.h" (in the project's directory) for more info.
Any DLL gurus here?
-
rockit replied Nov 12, 2013Once I had this problem because I have re-installed my system and did not re-install msvc, so, when I tried to access my dll mt4 complained that it cannot access the dll functions; after installing the redist package all worked fine. So, possibly.
Any DLL gurus here?
-
rockit replied Nov 12, 2013I build my dlls with msvc 2012 (express), so, there has to be the msvc 2012 redistributable package on the machine. You change the configuration (debug/release) in the standard toolbar..
Any DLL gurus here?
-
rockit replied Nov 6, 2013For such a purpose one uses: mailslots: url or, named pipes: url
How to write/read variables to/from a file?
-
rockit replied Nov 4, 2013Yes, it is a poor piece of software for retail traders: it is old, made to scam them, and tying them down to MetaQuotes' capriciousness. So, the obvious thing to do is to get rid of it asap. It is only in use because of retail traders' irrationality ...
Brokers and MetaTrader License Fees?
-
rockit replied Oct 28, 2013To me mt4 lacks two profound features: (1) direct accessibility of functionallity from outside (dll), instead you have to interface with script/ea, and (2) asynchronous handling of orders in one and the same instrument
The 3 Most Important Tools You May be Missing in Mt4 Platform