9 ms·
Show HN: Backtest Trading Strategies: A Quantopian Alternative
- hydershykh 6y agoDeveloper of the tool here. With the recent shut down of Quantopian, I thought why not start developing a similar system. 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. If there is enough demand, we can add a lot more stuff. Happy to answer any questions.
- nslocum 6y agoThe "Watch our video" link on the landing homepage is broken, or at least broken for me. Great work on the site design though, it looks great
- hydershykh 6y agoThank you, working on a video right now.
- MrMan 6y agoWhat language is this written in? What language can my strategy use? Any api documentation?
- narrationbox 6y agoThis field is tricky. We used to run an algorithmic trading platform (https://KloudTrader.com/narwhal https://KloudTrader.com/narwhal) but pivoted to building productivity SaaS because the revenue numbers from these sort of fintech is quite bad if you do not have scale. It is a very niche market.
- ronald_eagleton 6y agoAny 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 https://eduardmason.medium.com/machine-learning-for-crypto-traders-a0df1e99419f https://eduardmason.medium.com/machine-learning-for-crypto-t...
- hydershykh 6y agoI'll have a look at the link and see if we can add more.
- mritchie712 6y agoDoes anyone know why Quantopian closed the community version? This post is quite vague https://www.quantopian.com/posts/quantopians-community-services-are-closing https://www.quantopian.com/posts/quantopians-community-servi...
- luminati 6y agoThere was a comment on another post that shed a little light: https://news.ycombinator.com/item?id=24934506 https://news.ycombinator.com/item?id=24934506
- throwaway9d0291 6y agoThis 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. 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). 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. And the trading engine is open-source [1] and you can run it yourself. [0]: https://www.quantconnect.com/ https://www.quantconnect.com/ [1]: https://github.com/QuantConnect/Lean https://github.com/QuantConnect/Lean
- hydershykh 6y agoHence the comments on adding a lot more stuff. I know it's not Quantopian right now but quantopian also started with a simple backtester which they then expanded quite well. I figured if there's enough interest, I'll just add on top of that idea and create something similar where you can backtest both with code and with just the UI.
- deleted 6y ago[deleted]