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
  #61 (permalink)  
Old 07-19-2007, 12:28 PM
Banned
 
Join Date: Oct 2005
Posts: 387
Bongo is an unknown quantity at this point
Quote:
Originally Posted by daraknor View Post
Please define what you mean by "link"
Can you use MT4 to log into IB? No. Can I get the two platforms to send information to each other? Yes - through DDE or sockets. Will it be price data so you can execute MT4 on IB? no.

IB needs a good interface, their current one is so bad :/ Enabling forex required me to click a hidden arrow button, change a selection, type in a currency code with a . in it, etc... horrible Java UI, seems like a decent broker so far. It would be nice to get IB working in MT4, but as I said a few times for similar requests that isn't the goal. The goal here is to make agents out of each of these brokers so I can take an automated trading system written in python and execute it on MT4, IB, etc.
I know a gay. He made a bridge between Currenex and MT4.
He offered this bridge to MT4 brokers, they tested, they were satisfy
but nobody want to show a bridge to the traders. What is the problem?
Market Maker Brokers want to stay bucket store…anyway????
B.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 07-19-2007, 08:46 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 Bongo View Post
I know a gay. He made a bridge between Currenex and MT4.
He offered this bridge to MT4 brokers, they tested, they were satisfy
but nobody want to show a bridge to the traders. What is the problem?
Market Maker Brokers want to stay bucket store…anyway????
B.
I heard of things like this, I think I might have one but it was released privately, not to be distributed, highly unstable and closed source. I think he's just placing orders and not reading ticks. Cracking the protocol would be highly useful for MT4, even just sending it a heartbeat every second or 5 seconds would be useful. If I don't get some other resources, I might work on that but it means dsniff, disassembler, memory dumpers, tracers, etc. I estimate 2-4 weeks worth of work to send a heartbeat maybe ticks, but I have been known to get lucky with things like that before. If someone wants to commission this, I know places and people to ask for this kind of work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 07-20-2007, 10:15 PM
Senior Member
 
Join Date: Jul 2007
Posts: 186
jjk2 is on a distinguished road
First of all Daraknor,

You've basically read my mind and spilled it all out here!

I'm realizing finding the right ECN broker that can satisfy us is a much bigger game.

I've ditched MBtSDK, since all it is just accessing their platform.

I'm currently using Expert Advisort on MT4, I would LOVE TO HAVE IT TRANSLATED TO CONNECT TO ECN.

I'm also looking in to using QuickFIX engine with Ruby. Python is awesome too. I just hate it that many ECN only support java, .NET products.

So far, there is NO plans for any major ECN to form relationship with Metatraders. I've contacted MB TRading, but they gave a bit of ambiguity in their reponse, "perhaps in the future."

I feel ECN is crucial in mimizing risks in my system, since my system scalps like mad across all currencies, low pip spread, immediate execution, liquidity, is crucial.

I've read somewhere about a centralized clearing house for Forex, supported by one of the major American exchanges. I forgot which, but basicall counterparty risk is eliminated. Perhaps useful for huge lot orders. And as a scalper, trading 1 lot isn't going nowhere.

anways, daraknor, I would love to speak with you on IM or something like that. Could you share your experience with QuickFIX as well? I'm currently running windows, and is there a way to get it working Ruby? I heard some people on windows use python/ruby wrapper.

Cheers,

jjk2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 07-22-2007, 01:35 AM
svifx's Avatar
Member
 
Join Date: Mar 2007
Posts: 36
svifx is on a distinguished road
Finally, a small step for man, a huge leap for my account :)

Quote:
Originally Posted by daraknor View Post
I couldn't find any connector code, only backtesting code and internal order management. How do they connect to get data and submit orders? NinjaTrader uses QuickFIX, which is a pretty common package these days.
Hi Daraknor,

You're right there are several ways to get the quotes into this bunch of modules/scripts > txt files, mysql, postgresql, beancounter, metastock but to populate these files or db there is no code around yet... should be done with FIX API implementation...

Also there is no real trade management implemented to really put orders and manage them with the broker...

There seem to be alot of optimization possible to get these scripts to execute faster which is actually crucial in ECN trading ....

And last but not least there is quite some work to do to handle ECN BID/ASK,BID Volume, ASK Volume tick quotes... and to chart or adapt indicators for that....

So I tried out all the other free linux proggies from the links page of Technical Analysis Library and Software .... some in python, some in java, etc... just to figure out there is none of them doing what I really am looking for...

I even rechecked all windows charting apps to find out that all they need to chart something is :
-Tick date : where the best resolution is ONE second == 1'000 milliseconds !!!
-Ask or bid : not both...anyway who cares when the spread is fixed ???
-Volume : <NULL>

Wow, no volume ? what no volume in forex ? the 1.5 trillion dollars a day market ? I remember my math teacher saying 249.495x0.0 = 0.0000 so if there's no volume traded why does the price change ???

Why are there soooo many charting apps just getting rid of this information for forex but have means to track volume in stocks, futures, etc...

This just can't be I thought, I have the volume info, it's real money changing hands... not tick volume, lot volume or whatever number an unknown random
function returns....

Even if the info I have does not represent the whole forex market or doesn't even scale down to a microscopic part of it...

I have this info and it's just ticking in front of my eyes and I can trade this quote right here right now...

So there was no way I would just throw away this info, remembering that knowledge is power !!! and I had to find out how to use it to my benefits...

Until I just discovered this guys blog ... just plain crazy charts and analysis stuff about bid,ask volume and new ways to chart this ...

I just had a short look but it was obvious that this was the little dreamtool I was dreaming to program and there's no way mt would handle this...

Check for yourselves Hartle & Flow

Just handing that out plain for the people interested... If there's some feedback we can make more chapters out of this... searching a little I found a downloadable version not even bothering for my email and details... gonna be checking this for the next days/weeks

To be continued....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 07-22-2007, 10:20 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
I'm doing some work with the Python wrapper to QuickFIX right now. MBTrading sends their quotes through a separate protocol, and uses FIX 4.4 for orders.

We might be starting some work between another MT4 execution group and myself to reverse engineer the MT4 protocol. Interested parties please IM me. We will be using packet sniffers and acting as a proxy server. All other methods of connecting EA with other brokers just get messy.

Even after exposing the protocol of MT4, we wouldn't be able to make MT4 directly compatible with an ECN so my primary goal right now is to make the python server that can talk to ECN.

Quote:
Originally Posted by jjk2 View Post
First of all Daraknor,

You've basically read my mind and spilled it all out here!

I'm realizing finding the right ECN broker that can satisfy us is a much bigger game.

I've ditched MBtSDK, since all it is just accessing their platform.

I'm currently using Expert Advisort on MT4, I would LOVE TO HAVE IT TRANSLATED TO CONNECT TO ECN.

I'm also looking in to using QuickFIX engine with Ruby. Python is awesome too. I just hate it that many ECN only support java, .NET products.

So far, there is NO plans for any major ECN to form relationship with Metatraders. I've contacted MB TRading, but they gave a bit of ambiguity in their reponse, "perhaps in the future."

I feel ECN is crucial in mimizing risks in my system, since my system scalps like mad across all currencies, low pip spread, immediate execution, liquidity, is crucial.

I've read somewhere about a centralized clearing house for Forex, supported by one of the major American exchanges. I forgot which, but basicall counterparty risk is eliminated. Perhaps useful for huge lot orders. And as a scalper, trading 1 lot isn't going nowhere.

anways, daraknor, I would love to speak with you on IM or something like that. Could you share your experience with QuickFIX as well? I'm currently running windows, and is there a way to get it working Ruby? I heard some people on windows use python/ruby wrapper.

Cheers,

jjk2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 07-26-2007, 11:14 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
In order to get MT4 capabilities on ECN as people have requested (rather than use my custom platform exclusively) I have been looking into the MT4 protocol. I posted some entry level discussion stuff and packet dumps in the Elite section.

PM me if interested, read the Elite thread first if you have access.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 07-26-2007, 11:22 PM
Member
 
Join Date: Oct 2005
Location: Netherlands
Posts: 78
michal is on a distinguished road
Quote:
Originally Posted by daraknor View Post
In order to get MT4 capabilities on ECN as people have requested (rather than use my custom platform exclusively) I have been looking into the MT4 protocol. I posted some entry level discussion stuff and packet dumps in the Elite section.

PM me if interested, read the Elite thread first if you have access.
It is a pity that you have sent it to the paid place. Although I am interested an perhaps helpful I will not join you there.
__________________
Lot of pips in black.
Searching for professional MetaTrader programming service? Try http://www.mqlservice.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 07-26-2007, 11:56 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
I'm just not sure how much to say publicly. I'll PM you the contents of my post there.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 08-08-2007, 08:50 AM
Member
 
Join Date: Nov 2005
Posts: 41
mcbalta is on a distinguished road
currenex -> mt4

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
  #70 (permalink)  
Old 08-08-2007, 11:32 AM
amenlo9's Avatar
Senior Member
 
Join Date: Apr 2006
Location: Malaysia
Posts: 188
amenlo9 is on a distinguished road
are u their customer?any comment about them?
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
__________________
~~Keep The Faith~~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
ecn trading, atcbrokers, atcbroker, ECN FIX API

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 07:07 PM
MetaTrader brokers and feed This thread Refback 04-21-2008 09:43 PM
Automat na oandzie. Post #107 Refback 03-05-2008 09:15 PM
Automat na oandzie. Post #107 Refback 03-05-2008 08:31 PM
Automat na oandzie. Post #107 Refback 03-05-2008 08:31 PM
Ecn Forex This thread Refback 11-14-2007 05:16 AM
MetaTrader brokers and feed This thread Refback 10-15-2007 08:14 AM
MetaTrader brokers and feed This thread Refback 09-09-2007 10:08 AM
Forex ECN brokerage start-up question This thread Refback 08-31-2007 11:27 AM
MetaTrader brokers and feed This thread Refback 08-16-2007 07:21 PM
Forums - which broker offers metatrader 4? This thread Refback 08-08-2007 11:43 PM
MetaTrader brokers and feed This thread Refback 08-01-2007 12:07 PM
MetaTrader brokers and feed This thread Refback 08-01-2007 12:32 AM
Is there anyone tried metatrader pro with atcbroker? This thread Refback 07-27-2007 12:12 AM
Is there anyone tried metatrader pro with atcbroker? This thread Refback 07-25-2007 05:52 PM
Forums - which broker offers metatrader 4? This thread Refback 07-22-2007 09:41 AM
Forums - which broker offers metatrader 4? This thread Refback 07-10-2007 04:40 AM
Forex ECN brokerage start-up question This thread Refback 07-06-2007 08:28 AM
MetaTrader brokers and feed @ Forex Factory This thread Refback 06-25-2007 12:59 PM
Is there anyone tried metatrader pro with atcbroker? @ Forex Factory This thread Refback 06-23-2007 05: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 10:23 AM
T Squared Trading LLC Currency Trading/Mercado de Divisas T Squared Trading Deleted Commercial Threads 134 11-28-2007 12:07 PM
Forex Trading Survey (live trading) bcitra General Discussion 1 01-14-2007 03:49 PM


All times are GMT. The time now is 12:34 PM.



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