- Search Crypto Craft
-
rockit replied Jul 8, 2016First, the time stamps are being stated in the terminal's journal; second, you can take the time via mql (script/ea); then you have to subtract twice the ping time to the current server location (as seen in the terminal). This is by and large your ...
Broker with fast order execution time
-
rockit replied Jul 3, 2016What is fast (in execution)?
Which broker has fast execution and high leverage
-
rockit replied Jun 28, 2016Thank you for your help. However, the code offers solution for a different problem. I think I already have the best possible solution for my problem, but I was curious, if perhaps there could exist a more direct approach, but I think not, ...
C++ MQL4 Forex Harvester
-
rockit replied Jun 24, 2016Ah - ok. I had that too (shared) with my extra gui, but there was a problem that I could not solve (concerning an extra window opened from dll) so I had to split it.
C++ MQL4 Forex Harvester
-
rockit replied Jun 23, 2016I wonder what is faster, rpc or event objects? Guess is, rpc because event objects get handled at every os' tick I guess. What does 'shared' mean?
C++ MQL4 Forex Harvester
-
rockit replied Jun 23, 2016I'm operating my own trading gui (a separate application from mt4). To execute trades I currently use a mql script on the mt4 side that uses windows api event objects (i.e. WaitForSingleObject/WaitForMultipleObjects function). Other possibility ...
C++ MQL4 Forex Harvester
-
rockit replied Jun 23, 2016Interesting thing to me: can you call mql functions from a dll, or even better from outside? When using dll, since it runs in the same process context, it can access mql variables (or better say arrays) directly if they are passed to the dll.
C++ MQL4 Forex Harvester
-
rockit replied Jun 22, 2016Indicator will suffice. Mql is a subset of c++; just enough c++ a mortal will ever need.. Metaeditor can create a stub of indicator code for you. There's one basic function in the code: OnCalculate(...); it is called upon every change of price, bid ...
Do I need an indicator or EA?
-
rockit replied Jun 17, 2016There are many ways. How is the data to be used? An easy method: use a dynamic array, use delimiter (i.e. zero value), count bars.
How to store the bid and ask price of the last 20 bars?
-
rockit replied Jun 17, 2016Apparently not.. If you want lower exec times, directly connect to currenex (API) or similar aggregators, or go LMAX.
Improve MT4 order execution speed by 500ms
-
rockit replied Jun 17, 2016You can use MultiCharts with LMAX. It is a programmable platform and porting MQL should be a minor issue and a lot less work compared to a FIX app. LMAX also offers Java and dotNET API, so again, porting should be a minor issue and a lot less so ...
Need a NET Programmer with FIX API experience
-
rockit replied Jun 6, 2016There indeed is: url
Need some advice/information or even a developer for FIX API
-
rockit replied Jun 2, 2016Possibly a MT4 to FIX trading platform is of interest to you, if so, take a look here: url Also you can expect a similar price tag (a few hundred dollars) for a custom solution I think.
Need some advice/information or even a developer for FIX API
-
rockit replied Jun 1, 2016If you do not need charts etc, you can use any fix engine, there are free, open source, engines like fix8 or quickfix; or proprietary ones like onixs etc. Or, if you need charts etc, try multicharts or ninja trader, I think they can connect via fix.
Spotware cTrader suggestions, improvements and issues thread
-
rockit replied May 26, 2016Perhaps because you failed at recognise the basic code of conduct: you just dumped the source as text.. now you not only expect somebody to help you with the code; but first you expect them to make a sense out of your mess. Post code either within ...
Need some help in coding this EA
-
rockit replied May 25, 2016The syntax of mql4 is now the same as mql5. Perhaps you meant mt4 vs mt5? - Now that mt5 can work in 'hedging mode', there is no reason to stick with mt4 anymore for anyone. Mt4 is simply a disadvantage for everyone and should have been burried long ...
The future of metatrader
-
rockit replied May 23, 2016Winner is MT5; MT4 is just anachronism; cTrader is dotNET and therefore slow(er), of course not necessarily if you run a supercomputer.
MT4 vs cTrader: Which platform would you recommend?
-
rockit replied Apr 27, 2016Some better brokers for small (low net) retail traders do advertise spreads as 'starting from 0.0' pips. However, traders will rarely catch such spread on market orders. Considering my own situation, I pay a spread of on average of 0.3 pips ...
[suggestion] Broker without spreads but with low fees?
-
rockit replied Apr 20, 2016Yes, this is the obvious part. Then I load the template onto a chart, i.e. EUM1; now, the template will load all the indicators except the "Range bar chart".. If I drop the "Range bar chart" indicator manually onto the same chart nothing happens, it ...
$ RoadToRiches $ - Range Bars & PA Scalping
-
rockit replied Apr 19, 2016I need instructions, i.e. what to do with the "Range bar chart" file?
$ RoadToRiches $ - Range Bars & PA Scalping