💾 Archived View for dioskouroi.xyz › thread › 24940644 captured on 2020-10-31 at 00:59:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Show HN: Backtest Trading Strategies: A Quantopian Alternative

Author: hydershykh

Score: 26

Comments: 10

Date: 2020-10-30 09:48:26

Web Link

________________________________________________________________________________

throwaway9d0291 wrote at 2020-10-30 14:43:00:

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.

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/

[1]:

https://github.com/QuantConnect/Lean

hydershykh wrote at 2020-10-30 18:22:52:

Hence 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.

hydershykh wrote at 2020-10-30 09:49:54:

Developer 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 wrote at 2020-10-30 11:47:43:

The "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 wrote at 2020-10-30 20:08:04:

Thank you, working on a video right now.

MrMan wrote at 2020-10-30 12:18:41:

What language is this written in? What language can my strategy use? Any api documentation?

ronald_eagleton wrote at 2020-10-30 11:30:52:

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

https://eduardmason.medium.com/machine-learning-for-crypto-t...

hydershykh wrote at 2020-10-30 18:23:22:

I'll have a look at the link and see if we can add more.

mritchie712 wrote at 2020-10-30 14:18:32:

Does anyone know why Quantopian closed the community version? This post is quite vague

https://www.quantopian.com/posts/quantopians-community-servi...

luminati wrote at 2020-10-30 14:34:18:

There was a comment on another post that shed a little light:

https://news.ycombinator.com/item?id=24934506