Trading with Python

Saturday, May 20, 2017

Yahoo is dead, long live Yahoo!

›
On 18 May 2017 the ichart data api of yahoo finance went down, without any notice. And it does not seem like it is coming back. This has le...
3 comments:
Saturday, February 20, 2016

A simple statistical edge in SPY

›
I've recently read a great post by the turinginance blog on how to be a quant .  In short, it describes a scientific approach to develo...
7 comments:
Monday, November 17, 2014

Trading VXX with nearest neighbors prediction

›
An experienced trader knows what behavior to expect from the market based on a set of indicators and their interpretation. The latter is of...
11 comments:
Wednesday, July 16, 2014

Simple backtesting module

›
My search of an ideal backtesting tool (my definition of 'ideal' is described in the earlier 'Backtesting dilemmas' posts)...
5 comments:
Saturday, June 7, 2014

Boosting performance with Cython

›
Even with my old pc (AMD Athlon II, 3GB ram), I seldom run into performance issues when running vectorized code. But unfortunately there ...
1 comment:
Tuesday, May 27, 2014

Backtesting dilemmas: pyalgotrade review

›
Ok, moving on to the next contestant: PyAlgoTrade First impression: actively developed, pretty good documentation, more than enough feautu...
1 comment:
Monday, May 26, 2014

Backtesting dilemmas

›
A quantitative trader faces quite some challenges on a way to a successful trading strategy. Here I’ll discuss a couple dilemmas involved i...
3 comments:
Wednesday, January 15, 2014

Starting IPython notebook from windows file exlorer

›
I organize my IPython notebooks by saving them in different directories. This brings however an inconvenience, because to access the note...
Monday, January 13, 2014

Leveraged ETFs in 2013, where is your decay now?

›
Many people think that leveraged etfs in the long term underperform their benchmarks. This is true for choppy markets, but not in the case...
5 comments:
Thursday, January 2, 2014

Putting a price tag on TWTR

›
Here is my shot at Twitter valuation. I'd like to start with a disclaimer: at this moment a large portion of my portrolio consists of s...
3 comments:
Thursday, September 19, 2013

Trading With Python course available!

›
The Trading With Python course is now available for subscription ! I have received very positive feedback from the pilot I held this spring...
Sunday, August 18, 2013

Short VXX strategy

›
Shorting the short-term volatility etn VXX may seem like a great idea when you look at the chart from quite a distance. Due to the contango...
5 comments:

Getting short volume from BATS

›
In my last post I have gone through the steps needed to get the short volume data from the BATS exchange. The code provided was however of ...
Thursday, August 15, 2013

Building an indicator from short volume data

›
Price of an asset or an ETF is of course the best indicator there is, but unfortunately there is only only so much information contained in...
3 comments:
Sunday, March 17, 2013

Trading With Python course - status update

›
I am happy to announce that a sufficient number of people have showed their interest in taking the course. This means that the course will ...
1 comment:
Thursday, January 12, 2012

Reconstructing VXX from CBOE futures data

›
Many people in the blogsphere have reconstructed the VXX to see how it should perform before its inception. The procedure to do this is not ...
9 comments:
Monday, December 26, 2011

howto: Observer pattern

›
The observer pattern  comes very handy when dealing with complex systems. It allows for class-to class communication with a very simple stru...
Wednesday, December 14, 2011

Plotting with guiqwt

›
While it's been quiet on this blog, but behind the scenes I have been very busy trying to build an interactive spread scanner. To make o...
2 comments:
Friday, November 4, 2011

How to setup Python development environment

›
If you would like to start playing with the code from this blog and write your own, you need to setup a development environment first. I...
4 comments:
Friday, October 28, 2011

kung fu pandas will solve your data problems

›
I love researching strategies, but sadly I spend too much time on low-level work like filtering and aligning datasets. In fact, about 80% of...
6 comments:
›
Home
View web version
Powered by Blogger.