TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Zipline - algorithmic trading in open source Python

157 pointsby fawceover 12 years ago

11 comments

anonDataUserover 12 years ago
I work at an algorithmic trading shop and have spent a fair amount of time studying equity market structure. It's great to see an open source trading platform, but I think it's important to stress the following: Equity markets are highly competitive. If you choose to use this platform for trading, you will lose money on average. As a retail trader, you face numerous disadvantages that many market participants do not face. By increasing your trading frequency, you will increase your costs and decrease the likelihood that you will make money. Good luck!
gourneauover 12 years ago
Make sure to check out the wonderful web application the Quantopian team has built using this library at <a href="http://www.quantopian.com" rel="nofollow">http://www.quantopian.com</a>
评论 #5153708 未加载
xntrkover 12 years ago
The topic of this post seems a little off. The description of zipline on its github page is "financial backtester for trading algorithms written in Python" which is a bit different.
评论 #5151072 未加载
bablover 12 years ago
The "Hello World" sample algorithm on Quantopian gets a 4000% return if it operates on AAPL for a year. It makes trades each minute using a "3 day volume-weighted-average-price." I find it hard to believe this algorithm would perform so well in the real world.<p>How much of an impact would factors like latency in a real world environment have on this algorithm?<p><a href="https://www.quantopian.com/posts/the-hello-world-algorithm-makes-a-4000-percent-return" rel="nofollow">https://www.quantopian.com/posts/the-hello-world-algorithm-m...</a>
评论 #5153350 未加载
评论 #5153494 未加载
qntmfredover 12 years ago
Quantopian presented at the New York Software Engineers meetup last week. As somebody who has built proprietary backtesting software before, I applaud their open-source approach to this problem. They have some recorded presentations on their blog for anybody who is interested <a href="http://blog.quantopian.com/" rel="nofollow">http://blog.quantopian.com/</a>
noname123over 12 years ago
This looks pretty good. You already have competitors out there like Collective2. It'd be nice if you guys can get options data with IV; it's probably harder to get data licenses for historical options data but it'll differentiate you guys from the rest of the competition.
评论 #5152063 未加载
msandfordover 12 years ago
It's super cool to see these guys open source the code that runs their project.
bablover 12 years ago
If you decided to use an algorithm for real-world investing, what brokers would you recommend that have good APIs?
评论 #5152052 未加载
评论 #5152067 未加载
nilknover 12 years ago
A little off-topic, but I'd love to hear the experiences of someone who has actually done algorithmic trading using their personal finances. I assume that there are enough hurdles in comparison to the major market participants that you'd have lots of trouble making money on average.
tensaix2jover 12 years ago
What is the real advantage of this over Expert Advisor on Metatrader ?
YoavShapiraover 12 years ago
Awesome.