New answers tagged broker
1
Check out Quantopian. It's all in Python. You can backtest and paper trade your algo for free. We do live trading by hooking your algorithm to your Interactive Brokers account.
-2
TradeStation offers .NET support via their WebAPI. Check it out here: http://tradestation.github.io/webapi-docs/. They even have some C# samples on their github: https://github.com/tradestation. I think they may even have a .NET client library available via NuGet soon as well.
0
Have you seen TradeStation's WebAPI? Check it out here: http://tradestation.github.io/webapi-docs/
3
TradeStation offers python support via their WebAPI. Check it out here: http://tradestation.github.io/webapi-docs/
Top 50 recent answers are included