PureBytes Links
Trading Reference Links
|
Me too.
On 3/24/2009 6:54:42 AM, Aron (aron.groups@xxxxxxxxx) 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 amibroker@xxxxxxxxxxxx
> com, "Padhu" <ccie8340@xxx> [link: mailto:ccie8340@...] 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
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|