Forex
Google
New signals service!

Go Back   Forex Trading > Brokers > Metatrader brokers


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 (20) Thread Tools Display Modes
  #71 (permalink)  
Old 08-08-2007, 03:22 PM
smalltalk's Avatar
Senior Member
 
Join Date: Apr 2006
Location: Yogyakarta
Posts: 116
smalltalk is on a distinguished road
Quote:
Originally Posted by mcbalta View Post
bgcfx.com says:

We are in the middle of developing this very platform.
Our Currenex liquidity will be put into the MT4 platform to enable our
customers the benefits of very tight pricing and the functionality of
MT4.
Sounds promising. I hope it won't take them too long to finish their project and we will benefit from this 'super' MT4 platform.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #72 (permalink)  
Old 08-09-2007, 12:50 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
I'm sure a broker could set up different brokers or banks as a DataFeed in MT4. I think most of the people here are only interested if you set:
Symbols, Spread by default 0 pt
Symbols, Filtration, Allow retailtime quotes and set a very higher filtration level
Groups, Securities, Execution: 2. Automatic Only

If you do these things you have a few issues, and I would want to know the policies in advance.
1. If I submit an order on your datafeed but the price in currenex changes before you can fill that order on the ECN, what happens to my order?
2. Same as 1, but I submit an order for more lots than is available at a certain price. (Small ECN orders tend to slide in between the established market spread.)
3. What if I set a stop loss or take profit and there is no volume at the price I specify? For example, a news event occurs and I want to close my position because I'm on the wrong side of the trade. Someone else needs to be the counter party. If you are doing straight through processing, you obviously can't be the counter party. Is my stop honored or executed with a market limit order?
4. What leverage are you offering?
5. Do you have a dealing desk?
6. Will you have independent price audits between the currenex price stream and the published rates given to your clients?

Quote:
Originally Posted by mcbalta View Post
bgcfx.com says:

We are in the middle of developing this very platform.
Our Currenex liquidity will be put into the MT4 platform to enable our
customers the benefits of very tight pricing and the functionality of
MT4.


BGC FX
FX Liquidity
BGC Partners
19th Floor
One Churchill Place
London E14 5RD
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #73 (permalink)  
Old 08-12-2007, 12:14 AM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
IB has a couple of different API, including FIX. I'm just going to implement FIX because the rest of the world does.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #74 (permalink)  
Old 08-14-2007, 09:53 AM
Member
 
Join Date: Oct 2005
Posts: 33
manz66 is on a distinguished road
Metatrader platform connected to strategy runner to execute in currenex

Metatrader platform connected to strategy runner to execute in currenex, because Metatrader is unstable and it was made for forex market maker. So, ask them about Metatrader and strategy runner.

Link:

Forex Trading

Market Place of Trading Strategies

Quote:
Originally Posted by daraknor View Post
Listed ECN (entries in bold have confirmed Level 2 visibility)
MBTrading ($400 min balance, level 2, 0.5 pip commission, bad swap rates)
Hotspot FX (not researched)
FXAll (unknown leverage, supports broker and prime broker interfaces as well as trader interfaces)
Currenex (50k min balance)
FlexTrade Systems, Inc. (includes automated trading system, unknown details)
Instinet (institutional trading API)
interactivebrokers.com
dukascopy
Man Financial
Any more ECNs we should add to the list? Will anyone find more ECN, minimum balance, and if Level 2 quotes are available? I'd like to focus on the protocol and database work (see post http://www.forex-tsd.com/105913-post26.html )

I'm starting this thread because I think that I'm moving up to ECN based trading. I have had some good experiences with MT4 brokers but they don't offer the news trading or liquidity I'm looking for. Most importantly, I haven't found one that doesn't alter the price. I have an EA that is very profitable on all currencies on multiple timescales, but only on ECN style data. On broker data, odd fluctuations in price make the smaller scale trading unprofitable. The larger scale trades are still profitable, but they happen about 2-3 times per currency per month, and they still have price manipulation SL.

I'm going to use QuickFIX from QuickFixExchange.com and write my own "connect to broker" software. This uses a well defined open source protocol known as FIX, managed by banking committee at The FIX Protocol Organization > Home page I won't need to go through the hardest part of the process since the FIX protocol is already implemented by QuickFIX. I have looked at Tradebullet and other systems but they fall short on a few things. Namely, automated trading.

I want the ability to remotely manage 20 accounts running on a remote server, not load up a GUI that requires 20 monthly fees and a ton of mouse clicking. I haven't made a final decision between C# and Python, but QuickFix supports both. I'll likely implement my EA in Python first, and then work with others to port EA over to C# if they prefer. I prefer Python because a .Net 1.1 compiler with IDE is not freely available, and there is more security in Python than C#. (It is easier to pirate C# source code than MQ4. 2 minutes and you have indented source code with variable names. Java is about the same using self-reflection.)

Backtesting won't initially be supported, just running automated trading. It is possible to add backtesting later because I can have a quote server and a client, or just trade against a MySQL database of quote data. I'm interested in backtesting because I want to provide random data backtesting to determine performance. Not the silly bell curve Brownian motion testing that is crap, but randomized data indistinguishable from real data using Mandlebrot Fractals. (I'm studying fractal natures of markets, related to the EA.) I will be able to provide ECN data logging on Bid and Ask into a database, and then export the data for comparison into MetaTrader.

All that said, here are a list of ECN that I'm examining, and one of them claims to be an ECN that supports MT4. ODL Securities - Forex/FX Trading Platform Demo Download: Learn to trade in a demo environment (Supports MT4, claims to use Currenex)

I have found a few other brokers, and another possible protocol to add later is Trading Technologies but there is a lot of overlap between the brokerages. FIX is more open, TT is more proprietary.

An algo trading thread on FIX: The FIX Protocol Organization > Discussion Forums
A list of FIX exchanges: The FIX Protocol Organization > Who uses FIX?
The list of exchanges is a partial list, many brokers implement the protocol through partners. I'm aiming at FIX 4.2 support and later implementing FIX 5 support when it is more widely accepted.

My eventual goal would be to to make a simple script that converts EA into C source files and then execute the EA on the server. That interface is still hypothetical, there would need to be a layer of abstraction. (Magic numbers would take some work, etc.) It might even be possible to 'become MT4 compatible' and allow direct trading on the ECN through MT4.

The main obvious advantage for doing this? 0.5-1 pip spreads or trading between spread on over a dozen currencies.

Last edited by manz66; 08-14-2007 at 10:44 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #75 (permalink)  
Old 08-14-2007, 12:01 PM
Member
 
Join Date: May 2007
Posts: 87
TickJob is on a distinguished road
you can also try SmartQuant, it uses C# language, should be not much a problem to convert MT4 to SmartQuant. SmartQuant can trade with IB and MBT, and also FIX interface, they are ECN.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #76 (permalink)  
Old 09-11-2007, 02:24 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
Quote:
Originally Posted by manz66 View Post
Metatrader platform connected to strategy runner to execute in currenex, because Metatrader is unstable and it was made for forex market maker. So, ask them about Metatrader and strategy runner.

Link:

Forex Trading

Market Place of Trading Strategies
The Aarontrade link for Forex Trading actually runs VT Trader, a separate platform. VT Trader has very very basic automation and a lot of things are annoying with it. Feels like a manual trading platform that you sit and watch, instead of place trades and walk away. I'm doing some demos using it, I don't think there is any reason to use the platform.

It looks like SAS is running the same library I am running and working on.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #77 (permalink)  
Old 09-11-2007, 02:39 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
Quote:
Originally Posted by TickJob View Post
you can also try SmartQuant, it uses C# language, should be not much a problem to convert MT4 to SmartQuant. SmartQuant can trade with IB and MBT, and also FIX interface, they are ECN.
"autoexecution, order routing, FIX support, QuickFIX built-in engine. One click switch from simulation to live trading mode "
That's what I'm using. Getting MySQL and Python working with QuickFIX took literally 25 hours of compile time testing. I like some of the tools that they offer (vector and matrix) but I'd add a few more things like Support Vector Machines. PyML: a python machine learning framework has a very nice implementation that includes classification and regression.

I'm working on the platform quite a bit, working on the admin panel right now. Twisted library takes some getting used to.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #78 (permalink)  
Old 09-17-2007, 02:04 AM
Member
 
Join Date: Nov 2005
Posts: 40
mcbalta is on a distinguished road
Quote:
Originally Posted by amenlo9 View Post
are u their customer?any comment about them?
no, i'm just seeking a mt4 + ecn broker that will not filter small movements and will allow scalping. i'll omit half pips and partial fills for a while.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #79 (permalink)  
Old 09-18-2007, 10:30 AM
java1981's Avatar
Junior Member
 
Join Date: Nov 2005
Posts: 15
java1981 is on a distinguished road
ECN Market : Direct Interbank Forex Trading (Multiple Inter-Bank Liquidity) | ECN Technology = IB from MB Trading
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #80 (permalink)  
Old 09-18-2007, 12:34 PM
Senior Member
 
Join Date: Jun 2006
Posts: 1,136
prasxz is on a distinguished road
hi

thanks ...nice avatar
===================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
ecn trading

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

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-brokers/7009-ecn-trading.html
Posted By For Type Date
Automat na oandzie. Post #107 Refback 07-02-2008 06:07 PM
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 73 07-31-2008 09:23 AM
T Squared Trading LLC Currency Trading/Mercado de Divisas T Squared Trading Deleted Commercial Threads 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 10:50 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.