Show HN: Zipline - algorithmic trading in open source Python
11–20 of 31 posts
Re: Show HN: Zipline - algorithmic trading in open source Python
#12Re: Show HN: Zipline - algorithmic trading in open source Python
#13Earlier quoted context omitted.
Checkout http://www.interactivebrokers.com/en/main.php and http://www.lightspeed.com/
Thanks for the tip. Looks like they have a 10k minimum balance.
Re: Show HN: Zipline - algorithmic trading in open source Python
#14Earlier quoted context omitted.
Checkout http://www.interactivebrokers.com/en/main.php and http://www.lightspeed.com/
Thanks for the tip. Looks like they have a 10k minimum balance.
(I know that's probably 0 brokers)
Re: Show HN: Zipline - algorithmic trading in open source Python
#15Earlier quoted context omitted.
Checkout http://www.interactivebrokers.com/en/main.php and http://www.lightspeed.com/
Thanks for the tip. Looks like they have a 10k minimum balance.
Though iirc Collective2 lets you test strategies for free:
Re: Show HN: Zipline - algorithmic trading in open source Python
#16How much of an impact would factors like latency in a real world environment have on this algorithm?
https://www.quantopian.com/posts/the-hello-world-algorithm-m...
Re: Show HN: Zipline - algorithmic trading in open source Python
#17This 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.
The data is more expensive, but the other challenge is the complexity and volume of the data. Our thought is to build an end-to-end system on equity and then add other instrument types.
Re: Show HN: Zipline - algorithmic trading in open source Python
#18Re: Show HN: Zipline - algorithmic trading in open source Python
#19Earlier quoted context omitted.
Thanks for the tip. Looks like they have a 10k minimum balance.
If anyone can find an api with intraday quotes and support for backtesting which doesn't require a 10K mininum please let us know! (I know that's probably 0 brokers)
But to save you the time, applying regular ML to historical tick-data will only make you into a smarter market-maker. In usual trending or sideways equities, you'll make small amounts of money followed by a catastrophic loss due to catalyst events, earnings etc that wipes out months of money.
Perhaps the most important part of algo-design is not the ML, but tweaking draw-down and risk management.
Re: Show HN: Zipline - algorithmic trading in open source Python
#20If you decided to use an algorithm for real-world investing, what brokers would you recommend that have good APIs?
I think interactive brokers is one of the common choices for people who don't have the resources/money to get direct exchange connections or similar.