This isn't a Quantopian alternative, Quantopian let you write real code and automatically trade based on it. It also let you trade buckets of stocks, not just one.<p>This is just a very basic strategy backtester, there are plenty like it, you can find them if you Google "technical backtester" and some of the brokers (e.g. TD Ameritrade) even let you do such backtests in their platforms (e.g. Thinkscript, though that's a tad more Quantopian-like than this tool).<p>If you want a _real_ Quantopian alternative, look at QuantConnect [0]. Interestingly, it's .NET based and you can write C#, F#, Python or whatever you want.<p>And the trading engine is open-source [1] and you can run it yourself.<p>[0]: <a href="https://www.quantconnect.com/" rel="nofollow">https://www.quantconnect.com/</a><p>[1]: <a href="https://github.com/QuantConnect/Lean" rel="nofollow">https://github.com/QuantConnect/Lean</a>
Developer of the tool here. With the recent shut down of Quantopian, I thought why not start developing a similar system.<p>I have already been working on this for a few months and it just went live a few weeks ago - I wanted to make it a paid backtester but with the shutdown, I figured people would want different alternatives, so here it is. Completely free and offers many strategies for testing.<p>If there is enough demand, we can add a lot more stuff.<p>Happy to answer any questions.
Any plans for additional datasets for cypto? Numerai and a few others are mentioned providing datasets (NLP datasets too) and algos described here 'Machine Learning for Crypto' Traders <a href="https://eduardmason.medium.com/machine-learning-for-crypto-traders-a0df1e99419f" rel="nofollow">https://eduardmason.medium.com/machine-learning-for-crypto-t...</a>
Does anyone know why Quantopian closed the community version? This post is quite vague <a href="https://www.quantopian.com/posts/quantopians-community-services-are-closing" rel="nofollow">https://www.quantopian.com/posts/quantopians-community-servi...</a>