Sharing Resources: Let's Not Reinvent the Wheel

Is there a resource for code examples? The following site offers a few tutorials but is incomplete:

http://www.stockbotprogramming.com/sharpc.php


If someone can post a simple automated example for C# to IB's API, maybe even just an MA cross which includes all relevant parts of an ATS (historical data, calculation, order entry, OMS, error checking, etc.) that would kick a$$!!
 
Quote from Corey:

I finally sat down and put some effort into this thing. There is now a pretty comprehensive list on my website of all the resources shared here.

<a href="http://coreyhoffstein.com/?page_id=24">Automated Trading Resources</a>

I would like to keep this thread open and keep taking input. I added a short description of each entry (normally just stolen from the website). Ideally, I would like to allow users to post comments and/or vote on each library, but we'll start with this...

Rithmic is/provides a hosted platform that was built for automated algorithmic trading. It has a C++ api called R | API and a front end screen called R | Trader (we built the front end screen for the FCM's to use to configure risk and to alleviate the need for traders to buld their own - so they could concentrate on their algorithomc development). It also has a FIX gateway.
 
Quote from jjw:

Rithmic is/provides a hosted platform that was built for automated algorithmic trading.

jjw, which segments are your platform targeted against? What would be typically minimum entry level requirements such as minimum volume commitments and costs of having a dedicated server co-located at your facility?

"R | Trade Execution Platform delivers low latency and high throughput
performance formerly seen only by the very large trading houses and
boutique hedge funds - but at a fraction of their cost."
 
Quote from BlackMage:

jjw, which segments are your platform targeted against? What would be typically minimum entry level requirements such as minimum volume commitments and costs of having a dedicated server co-located at your facility?

"R | Trade Execution Platform delivers low latency and high throughput
performance formerly seen only by the very large trading houses and
boutique hedge funds - but at a fraction of their cost."

at the moment we support trading of futures, options on futures, listed strategies and spot currencies. in q2 we expect to go live with support for equities and equity options.
 
Back
Top