I just discovered QuantConnect (https://www.quantconnect.com), and I wanted to compare it to Quantopian:
Securities:
Quantopian = US equities
QuantConnect = US equities , Forex Majors
Historical Tick Data:
Quantopian = Minute (back to 01/03/2002)
QuantConnect = Minute, Second (back to 01/01/1998)
Live Trading:
Quantopian = Interactive Brokers, E-Trade
QuantConnect = Interactive Brokers, Tradier Brokerage
Trading-Engine:
Quantopian = Zipline (open source) https://github.com/quantopian/zipline
QuantConnect = LEAN (open source) https://github.com/QuantConnect/Lean
Development Environment:
Quantopian = Browser-based, Python
QuantConnect = Browser-based, C#, REST API (https://www.quantconnect.com/blog/backtesting-with-a-rest-api/), compiled algorithms
Cost:
Quantopian = FREE
QuantConnect = $20/month (might cost less if you trade with their partnered brokers)
Purposes:
Quantopian = Live trading personal account, Quantopian Open monthly contest, chance to become a paid hedge-fund manager
QuantConnect = Live trading personal account, chance to seek funding from investors
https://www.quantconnect.com/docs/QuickStart#1.1.3
"Our Business Model We're determined to be aligned with you so we win when you win. We get revenues from the brokerage when you deploy your strategy live. Any interested quant with a strategy greater than 2.0 sharpe can also seek funding from QuantConnect's investment partners. This lets you raise from $500k - $10M to scale your strategy and share revenues with the investor. In the long term we want to enable retail investors to use algorithmic trading strategies and will find a way to make that happen.
On top of that, we will always provide a way for you to trade your own accounts for a small fee to cover the servers. We love engineers and want to keep you happy :). Basic back-testing will always be free, giving you the opportunity to test your ideas with no risk."
Any other items to compare? Has anyone tried QuantConnect?