Quote from nononsense:
Let me add that profitpy is by the same author as IbPy: Troy Melhase. In fact, having never used profitpy, I believe that it relies on IbPy for connecting to IB.
I also seems that profitpy has not been updated since 2004, whereas a rather recent IbPy version is available (v0.5).
Both are nice examples of Python code usage. It is worthwhile to also take a look at Qt by Trolltech, in fact PyQt for Python. It comes with most (all?) linux distro's and installs automatically with KDE. PyQt (Qt) gives you a tremendous framework, truly portable to any environment, including windoz. Hard to find anything coming close to it, certainly not Java!
Yes, profitpy uses IbPy. ProfitPy requires pyqwt which I need to compile under Debian.
ProfitPy is nice and I am using it. The problem of it is that it does not has some knowledge about the past historical data. Are you using IbPy to acquire historical data and make use of those data? You can probably contribute to profitpy.
Troy is doing some update on profitpy, but apparently he is more busy with other stuff...
Right now I am trying to implement an effect intraday strategy.