
Quote from mercurial:
Does anyone know of platforms for the retail trader that have a well documented API?
Quote from mercurial:
Does anyone know of platforms for the retail trader that have a well documented API?
So far I know of:
Interactive Brokers - their's is free to use, well documented and has many automation apps available already.
Pats Systems(?) - J-Trader - I think there is a $1000 monthly fee.
Trading Technologies - X-Trader - I think they charge $1500 monthly.
The main advantage of developing to the later two platforms is that the introducing brokers that offer these systems have very low commission rates for higher volume traders.
Yes, but that would be reflected regardless which broker you went with. Also, the exchange rules at the MERC are such that if you are in a partnership, the rate is calculated based on the lowest "rank" of the membership of the partnership, so that if one of you owns a seat and the other doesn't, you get charged based on his rates.Also, if you lease a seat your commission rates will reflect member rates and become substantially lower.
It wouldn't matter. A good design would provide an abstract interface that your programs would write to. Then you would instantiate whatever backend you were actually connecting to. This way, if you decide to change brokers, all you need to write to is the (new) back end.I'm not familiar with what it takes to write to any of their APIs or where to find qualified programmers either...
For data or executions? For executions, I would look at PAT or Oconnor. There are others (like FFastTrade which I may get a chance to beta,) but I am not familiar enough to recommend them or not, yet.If anyone knows more about the API subject and good options for someone who wants to automate, I'll all ears.
I have heard the same thing about REDI+, but I do not have first hand experience with them. Are you talking about the REDI+ FIX API or some other propietary REDI+ API?Quote from Joetrader:
REDI+ has a very simple VBA API in addition to VB and C++ API's. REDI+ Works for futures (mini's only) options and stock. You can very easily trade right from your Excel spreadsheet. Tradefactory has a bad ass JAVA API that is smokin' fast and can do anything you can imagine, works with stock and mini's, but not options. I mentioned these 2 because they are free if you clear through SLK. There are others that are even more powerful, but they are expensive (and complicated) enough that they are mostly used big hedge funds, floor brokers, MM's etc.