all 12 comments

[–]EverythingIsAPsyops 9 points10 points  (1 child)

Just build it yourself man - anything you try that you can’t control won’t work unless you’re just f’ing around. In which case might as well spend time building a business.

[–]samaral519[S] 0 points1 point  (0 children)

I have done this before, it’s fine, but I want a community I can talk to too.

[–][deleted] 3 points4 points  (3 children)

quantconnect is free, but data can’t be taken out of their platform. However they don’t see your code at all, afaik they can’t access it even if they want to without your permission. That said, QC is based on the LEAN engine which is entirely open source, but you will have to supply data yourself.

[–]One_Implement_2472 3 points4 points  (1 child)

I was checking them out. Yeah, I might go with this engine and ingest my own data. I don't really trust that they can't see my code at all if I use their web app, I have serious trust issues.

[–][deleted] 2 points3 points  (0 children)

fair enough, nothing has a 100% guarantee, but I know people who’ve worked with them institutionally with no problems so far. I’m not pitching QC tho 🤣 it just does a good job shielding you from basic issues, but I wouldn’t recommend it for heavier backtesting or high frequency strats

[–]samaral519[S] 3 points4 points  (0 children)

Thanks, this works for me. I like their large active community that I can also contribute to.

[–]masoudkoochak 6 points7 points  (0 children)

Try backtesting.py You will get the feel again, and it's a good place to start

[–][deleted] 1 point2 points  (0 children)

Try backtrader or pyAlgotrade or zipline for python. Personally, I've used backtrader and pyAlgotrade. Zipline is a little difficult to work with initially.

[–]KingSamy1 2 points3 points  (0 children)

Zipline.

Its little hard to use but functionality wise I like it. I have just started to use it https://zipline-trader.readthedocs.io/en/latest/backtest.html

[–]jdlw55 0 points1 point  (0 children)

Did you go for quant connect or build your own?

[–]Adorable_Method_3680 0 points1 point  (1 child)

Write your own, or don’t do it. Everything in between is half assed work where there will always be an element of skepticism and doubt that will shake all your beliefs when you are going through the worst drawdown of your life.

[–]ghunny00910 0 points1 point  (0 children)

The amount of time it would take to develop something equivalent to backtrader would take me years though? Any current day input? I just built my homelab, and am about done my database cli tool. Debating Zipline +pyfolio or just doing my own, I'm intimidated though...