Forex
Google

Go Back   Forex Trading > Brokers > Metatrader brokers
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (19) Thread Tools Display Modes
  #11 (permalink)  
Old 04-13-2007, 04:04 AM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 982
daraknor is on a distinguished road
I recognize the GUI, that is from MBtrading. ECNMarket has the same funding requirements and the same fee structure as MBtrading. MBtrading has an IB program I found out from another trader. My goal is to get EA converted over and run against ECN like this one. I just need to know the FIX Protocol version used. I have a few emails out now, and some ECN list their protocol versions. (4.2 seems common).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 04-13-2007, 05:19 AM
vidda vidda is offline
Junior Member
 
Join Date: Apr 2006
Posts: 14
vidda is on a distinguished road
EA for ECN?

Hi Daraknor,

I just joined efxgroup which is also a ecn with MBT IB. I have a personal EA for MT4. I'm totally noob on this subject. Can EA or some simple automated program be written to take the trade?
I'm thinking if I want to get a simple program or something program for taking trade (set by me) I usually trade 4 hourly therefore should be quite straight forward to get the logic.

Regards
Vidda
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 04-13-2007, 06:51 AM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 982
daraknor is on a distinguished road
I've looked into it. If you don't mind paying $80/month plus a few miscellaneous fees you can reprogram your EA and change the execution style. After that you use the FIX protocol to submit trades. Look on the MBtrading site for partner software. I'm aiming to be listed on that directory by implementing the FIX protocol myself.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 04-13-2007, 06:59 AM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 982
daraknor is on a distinguished road
I should mention, the MBtSDK is not so great. It is mostly GUI application controls for drawing windows and listing trades. It doesn't have complete code examples, the API isn't well documented, the support is a yahoo group where people say "figure it out yourself" and the language is MSVC++ 6, with a COM+ adapter for .Net. It also requires IE to be installed in order to function. In other words a pile of crap unless you want to make a charting application in Windows.

Vidda, good luck with your trading. It takes a bit of adjustment to use the order entry system, but it is OCO or Order Cancels Other. Unlike Metatrader Buy-> close, Sell -> close, the way to exit a trade is Buy -> Sell. Of course, this is problematic for Grid based trading unless there are two accounts linked to the same funds. If you want to use trailing stops, enter the order first, the trailing stop second. Watch the Level 2 system (off by default) you'll see some interesting activity.

Most of the 'arbitrage' performed is a bank or hedge group joining multiple ECN via FIX and making sure prices stay similar across regions. Reuters has an hourly synchronization, you should find little divergence with Reuters data.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 04-14-2007, 03:45 AM
lexygoo lexygoo is offline
Member
 
Join Date: Feb 2006
Location: Afghanistan
Posts: 52
lexygoo is on a distinguished road
Remember that trading with ECNs still has its drawbacks, take a look at the link below where someone had 250 pips slippage on EURCAD with ODL Securites on Currenex - it looks like ECN brokers also employ downnright fraudulent practices too!

http://www.forexfactory.com/showthread.php?t=24672

I suppose the best thing would be if would could trade forex from a centralised exchange, like is done with the CME. I now believe that the proponents aguing against this are all the institutions that make money from this type of slippage. It makes sense. With today's technology, there is absolutely no reason why the forex market cannot be run from a centralised exchange.
Attached Images
File Type: jpg ffpost.jpg (164.9 KB, 855 views)

Last edited by lexygoo : 04-14-2007 at 03:56 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 04-14-2007, 09:22 AM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 982
daraknor is on a distinguished road
I feel bad for the guy, but the broker didn't screw his order. They messed up on the signal perhaps, but filling at market is dangerous because you don't have any built in protection. Limit orders are recommended because it has a built in slippage protection. This wasn't really "slippage" that we see from our brokers, it was a client out of synch with the ECN trading on bad data. Who is to blame? Maybe the guy was downloading on BitTorrent or ITunes when the order was sent. That is why I'm against GUI based applications for trading - I want it on a data server, I want it directly connected to the internet, I want it to be as good as I can get.

A hosting client of mine uses IBFX and a dial up modem. He tested me this week without me knowing. (the best kind of test) He reported to me that my orders filled 1.5 minutes before his modem based orders. We were both more than a little surprised. Keep in mind that ping is not a true measure of latency, it is a measure of *ideal latency* because routers by default have other traffic wait and send ping first (or in some cases, not at all like Microsoft's corporate network). A TCP based ping is a better measure of normal session new connection latency than ICMP based ping (ICMP is normal, it takes special software for TCP or UDP ping)

That little side story about latency and networks is designed to illustrate one thing: most people aren't ready for direct ECN trading. Many ECN require direct connection, which means a dedicated circuit (sometimes a dedicated wire) between the two locations. I'm hosted in a facility that can handle that, but I'm hoping I don't need it. (More expensive than driving an SUV!) Now I'm not too clear on this part, but it sounds like the next version of the FIX protocol (Version 5) is designed so it doesn't cost so much to connect directly to the ECN. I'm preparing to connect to a brokerage ECN (and not directly into the cable next to the bank's cable) with FIX 4.2. When FIX 5.0 becomes available, I'll probably support it because it has better native FX syntax. FIX 5.0 is a released standard as of February but I haven't seen any brokers supporting it yet.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 04-14-2007, 09:23 AM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 982
daraknor is on a distinguished road
I should also point out, I don't trust any poster with less than 10 posts with "amazing news" on any topic.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 04-14-2007, 02:39 PM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 982
daraknor is on a distinguished road
Found another ECN that supports FIX. http://www.dukascopy.com/swiss/engli.../int2/fix_api/
It doesn't look like I'll be using them right away Who knows, maybe someone who uses the system I'm building *will* qualify.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 04-14-2007, 02:59 PM
jlpi's Avatar
jlpi jlpi is offline
Senior Member
 
Join Date: Oct 2006
Posts: 245
jlpi is an unknown quantity at this point
I think that Interactive brokers offer FIX via what they call CTCI
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 04-19-2007, 08:21 AM
Linuxser's Avatar
Linuxser Linuxser is online now
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 1,998
Linuxser is on a distinguished road
Quote:
Originally Posted by jlpi
I think that Interactive brokers offer FIX via what they call CTCI
IB API seems to be free (it would be because the platfrom is terrible).

And in their website they have links to third party tools. Seems they have no problem to interact with another software.

The best broker I know is MAN Financial Inc. Assets by 500M according last CFTC report.

I have talked with them some time ago. The minimum to open an account is 100K.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-brokers/7009-ecn-trading.html
Posted By For Type Date
MetaTrader brokers and feed This thread Refback 04-21-2008 08:43 PM
Automat na oandzie. Post #107 Refback 03-05-2008 08:15 PM
Automat na oandzie. Post #107 Refback 03-05-2008 07:31 PM
Automat na oandzie. Post #107 Refback 03-05-2008 07:31 PM
Ecn Forex This thread Refback 11-14-2007 04:16 AM
MetaTrader brokers and feed This thread Refback 10-15-2007 07:14 AM
MetaTrader brokers and feed This thread Refback 09-09-2007 09:08 AM
Forex ECN brokerage start-up question This thread Refback 08-31-2007 10:27 AM
MetaTrader brokers and feed This thread Refback 08-16-2007 06:21 PM
Forums - which broker offers metatrader 4? This thread Refback 08-08-2007 10:43 PM
MetaTrader brokers and feed This thread Refback 08-01-2007 11:07 AM
MetaTrader brokers and feed This thread Refback 07-31-2007 11:32 PM
Is there anyone tried metatrader pro with atcbroker? This thread Refback 07-26-2007 11:12 PM
Is there anyone tried metatrader pro with atcbroker? This thread Refback 07-25-2007 04:52 PM
Forums - which broker offers metatrader 4? This thread Refback 07-22-2007 08:41 AM
Forums - which broker offers metatrader 4? This thread Refback 07-10-2007 03:40 AM
Forex ECN brokerage start-up question This thread Refback 07-06-2007 07:28 AM
MetaTrader brokers and feed @ Forex Factory This thread Refback 06-25-2007 11:59 AM
Is there anyone tried metatrader pro with atcbroker? @ Forex Factory This thread Refback 06-23-2007 04:58 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobile Trading/Technical Requirements/Automated Trading Championship icum Tools and utilities 71 03-10-2008 11:12 PM
T Squared Trading LLC Currency Trading/Mercado de Divisas T Squared Trading Raw Commercial Ideas 134 11-28-2007 11:07 AM
Forex Trading Survey (live trading) bcitra General Discussion 1 01-14-2007 02:49 PM


All times are GMT. The time now is 09:49 AM.