TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Optimized trading algorithms using IPython parallel and ec2

102 点作者 twiecki大约 12 年前

9 条评论

smnl大约 12 年前
Cool technical presentation, but trying to optimize moving average trading strategies is a fool's game - you might find a set of parameters that work in all out-sample/cross-validation tests, but there's still a good chance it'll lose money in actual trading going forward - market paradigms can shift, unforeseen world events, t-cost/slippage higher than what the model accounted for (especially with more frequent rebalancing), etc.<p>If you actually want to trade moving average strategies, your best best is just to diversify and run several different strategies across a variety of parameter sets and across various sectors/asset classes, without trying to overly optimize a single strategy
评论 #5438248 未加载
评论 #5438366 未加载
评论 #5438669 未加载
aleyan大约 12 年前
I noticed you got close prices from Yahoo that you are using for your backtest. If you get the close prices in real life and optimize, when are you going to trade?<p>You have to deal with intraday prices now. Got those? Well they are not split or dividend adjusted. Good luck.
评论 #5438569 未加载
评论 #5438596 未加载
评论 #5438586 未加载
jschulenklopper大约 12 年前
An interesting course on using software algorithms for stock analysis and trading can be found at Coursera: <a href="https://www.coursera.org/course/compinvesting1" rel="nofollow">https://www.coursera.org/course/compinvesting1</a><p>That course also uses Python as programming language in the examples. Short description from that URL: "Find out how modern electronic markets work, why stock prices change in the ways they do, and how computation can help our understanding of them. Build algorithms and visualizations to inform investing practice."
md224大约 12 年前
Fascinating from a technical perspective, but how does it add value to the world beyond the search for increasingly complex ways to make money?
评论 #5440814 未加载
ngoel36大约 12 年前
Very cool! My question is, how do you use something like Zipline to actually <i>execute</i> trades.
评论 #5437968 未加载
评论 #5437955 未加载
评论 #5438151 未加载
arxanas大约 12 年前
I can't scroll down the code on slide 8.
评论 #5437928 未加载
评论 #5438625 未加载
radikalus大约 12 年前
Beautiful presentation; really loving all the stuff built on top nbviewer.<p>As an aside, I think an enterprise-quality zipline solution could be a worth a pretty fat chunk of $$ especially considering that the budget for KX and its support is generally &#62; 1M per year per firm. (Yes, there's complex logistics and legal issues)<p>I believe seeing on github some requests for h5 support -- this + support could potentially be a big inroad...
pyre大约 12 年前
Finally got it to load. Don't know what the problem was. I kept getting a blank page (wouldn't even let me right-click). Cracked open the dev tools, and the DOM was there, and all of the resources were loading. No clue what the problem was.<p>[ Running: Chromium Version 26.0.1386.0 Ubuntu 12.10 (177362) ]
评论 #5439508 未加载
gourneau大约 12 年前
This was a great talk, find it on pyvideo.org in a few days