- Search Energy EXCH
- m.m.m. replied Dec 20, 2012
I'd say there is a logical flaw in your code. This is what CodeMeister above talked about. You are starting from order position zero (i = 0) and counting upwards while you possibly close orders. This way you might skip orders (when an order is ...
A "real" coding challenge
- m.m.m. replied Dec 19, 2012
Well, obviously you would find free feed from MT4/5 itself.. There is several ways to interface a platform with MT4/5. I am using a DLL that runs from inside MT4 (a full platform). One can run a Java VM this way. A DLL is the shortes way and ...
MT5 beginner issues
- m.m.m. replied Dec 12, 2012
They have two account types, "Classic" and "Exchange". I suppose the confusion comes from people talking different account types.. Also, they told me that they are moving their operations to new servers, the 15th of December, 2012, to fix the ...
Armada Markets is different from LMAX!
- m.m.m. replied Nov 28, 2012
I see, so this is definitely not a problem on my (and your) side. I have worte them a mail. Curious what they will come up with!? For some reason those events are not recored into my mt4's today's ".log" file. How about yours? From the yesterday's ...
LMAX = revolution?!?
- m.m.m. replied Nov 28, 2012
Unfortunately again connection problems with Armadamarkets. Almost exactly same time as yesterday (all times GMT+1): url Anyone else? image
LMAX = revolution?!?
- m.m.m. replied Nov 27, 2012
Armadamarkets [ECN] again down from 14:16 - 14:38 GMT+1 image
LMAX = revolution?!?
- m.m.m. replied Nov 19, 2012
I see. Thanx guys for clarifying that. So, yea if it's just some intermediate code it's no use for me. I will have to try to hook into mt4 and see what I can get out this way.
Decompiled code... stop posting it
- m.m.m. replied Nov 18, 2012
I would love to learn about decompilation of ex4. Not that I am in any way interested in decompiling someone's code, but rather my own: that is, I would like to understand how and where (addresses) functions like OrderSend and such are called, so ...
Decompiled code... stop posting it
- m.m.m. replied Oct 30, 2012
One would not necessarily noticed it, unless one tried interacting with the trade server, i.e. to "ping" it or to trade at that specific price, which not many would have done, I guess: image (time is GMT+1; and, at time stamp shown, price was ...
LMAX = revolution?!?
- m.m.m. replied Oct 30, 2012
Sorry. "Exchange" (commission based). I only trade manually.
LMAX = revolution?!?
- m.m.m. replied Oct 30, 2012
Via PrimeXM-LiveUK. Note: This happens at very specific price-points. Turning points, so to speak (i.e. today's happened just shy of R2 of daily PP, EURUSD). They prevented me two times now form taking a trade. Smart.
LMAX = revolution?!?
- m.m.m. replied Oct 30, 2012
No. But, as I said, this is a reoccuring thing. There was also another member who complained about this in this thread some time ago. Therefore it is likely to be a frequently occuring event..
LMAX = revolution?!?
- m.m.m. replied Oct 16, 2012
It's 10K minimum. Their lot (they call it contract) is 10K units of currency.
LMAX = revolution?!?
- m.m.m. replied Oct 12, 2012
It will depend on the individual trader's preferences. I do not like the PF; when I tested it (few months ago) it lacked basic functionality, i.e. simple things like: one cannot choose median prices for indicators. And it's quite slow (in comparison ...
FastBrokers
- m.m.m. replied Oct 12, 2012
There is many definitions of "scalping". I have just quitted Dukascopy. I my opinion they fail at following: -high cost (wide spreads + slippage + commission) -slow execution (~1/2 sec) -they have good API but do not allow modification of orders ...
Best broker for scalpers?
- m.m.m. replied Oct 2, 2012
Attention: Important update has been released!
For the scalper: 1-click-click ftw
- m.m.m. replied Sep 24, 2012
OK, so a new version is up; it supports multiple currency pairs now. First test on demo!
For the scalper: 1-click-click ftw
- m.m.m. replied Sep 24, 2012
Should not happen, if only one EA uses the DLL at a time. And I will upload a new version that will work with multiple instances, soon.
For the scalper: 1-click-click ftw
- m.m.m. replied Sep 24, 2012
sorry for that; however, this is a minor issue and can be resolved as follows: open the EA in the metaeditor and replace line 90, where it says: if (mx >= cx - 128) with: if (mx >= cx - 128 && mx <= cx) recompile. done.
For the scalper: 1-click-click ftw