What are good brokers that offer a trading API I can program against?

Hi I have an automated strategy I want to implement, but I can't find a broker that does automated trading through an API.

So what are some good brokers with APIs I can program against (and hopefully test against before going live)?

Edit: I should note that I want to be programming in a real language, not some half-baked scripting language the vendor came up with. C/C++, C#, or Java preferably. But I'm not opposed to scripting languages.
 
Last edited:
read the fxxxx forum. This topic has been discussed a lot...

You cannot find? Then I recommend you stay far away from this industry. Start with Interactive Brokers....


Hi I have an automated strategy I want to implement, but I can't find a broker that does automated trading through an API.

So what are some good brokers with APIs I can program against (and hopefully test against before going live)?

Edit: I should note that I want to be programming in a real language, not some half-baked scripting language the vendor came up with. C/C++, C#, or Java preferably. But I'm not opposed to scripting languages.
 
Last edited:
Hi I have an automated strategy I want to implement, but I can't find a broker that does automated trading through an API.

You did not specify what asset class you trade. For equities and options, we offer Sterling TRader and Silexx OEMS which both offer an API. For futures/options, there are many choices to choose from. Email me a description of your business and your contact information and I'll follow up with you.

Bob
 
Trading Technologies offers several APIs. Information can be found here. Feel free to reach out to me if you have further questions.

Regards,
Andrew Renalds
Product Manager, Automated Trading Tools and APIs
Trading Technologies
 
I would actually recommend a "half baked language" or really the brokers own coding language because it has the framework for how it should be used on a chart. In other words you don't want to be reinventing the wheel here.

In that case I would recommend TradeStation (Broker), NinjaTrader(C# API), Multicharts (API).
 
read the fxxxx forum. This topic has been discussed a lot...

You cannot find? Then I recommend you stay far away from this industry. Start with Interactive Brokers....

Volpunter, in your opinion: is it really worth to develop in IB-Fix vs IB-Api ? I'm aware that Fix protocol is really hard for a non professional programmers, perhaps outsourced is the solution, but I want to know if it really outperforms Api , what do you think ?

Is there really a practical superior performance trading from your own Algo whitin API Vs Commercial trading platform which actually connects to your api in your local pc ?

Thanks
 
Back
Top