Me too.
On 3/24/2009 6:54:42 AM, Aron ([email protected]) wrote:
> I'm interested too.
>
>
> ganamide wrote: Hello, I was wondering how many people are interested in a
> datafeed and/or trading plugin for MB Trading. They recently added
> backfill capability to their quote api, and it seems that they provide
> upto 1 year of minute data, 30 days of tick data, and 10 years of daily
> data. I have some experience with the MBT SDK and I have 10 years
> programming experience. I don't
> expect this task to be too difficult for me, but would be more inclined to
> do it if others are willing to pay a modest fee for it. Any comments and
> suggestions are appreciated. Thanks, Chris --- In amibro...@yahoogroups.
> com, "Padhu" <ccie8...@...> [link: mailto:ccie8...@...] wrote: Hi Franz,
> Greetings.
> MBTrading's sdk is at http://sdk.mbtrading.com/v.htm. Here is my thought
> process: 1. MB Trading provides a COM interface that can be access via
> instantiating the following COM objects. (Thanks to Tomasz for the
> confirmatyoon) moComMgr = CreateStaticObject("MbtComMgr"); Access rest as
> members: -------------------------------- moQuotes = moComMgr.Quotes;
> moOrders = moComMgr.OrderClient 2. The above will get us to create a
> template code for autotrading interface just like IB. 3. We certainly
> would need a realtime quote plugin. The question is if needs extensive
> codin