finmarketpy icon indicating copy to clipboard operation
finmarketpy copied to clipboard

Project goals, comparison with zipline

Open elyase opened this issue 9 years ago • 1 comments

It would be great to have a a short section on project goals/philosophy and how it differs from existing libraries like quantopian/zipline, QuantLib, etc.

elyase avatar Jul 08 '15 10:07 elyase

Thanks for the question! My first focus is on providing a simple wrapper for number of market data sources like Bloomberg, Yahoo etc. I also want to provide a wrapper for various visualisation libraries like Matplotlib, Plotly etc. These parts of the project could quite easily compliment zipline and QuantLib.

QuantLib is focused more on option pricing, so I definitely don't want to replicate that fully. Zipline is more focused toward backtesting trading strategies. I also want to include some backtesting capability for trading strategies eventually (I have this in testing currently for cash markets and also vanilla FX options) and maybe might integrate zipline into it as an alternative backtesting mechanism.

I've been in currency markets for a decade creating systematic trading models, so the direction I want to take the project is to do stuff that I've had problems with in the past. Hence, it end up being spreading across several different areas, as opposed to just one.

saeedamen avatar Jul 08 '15 20:07 saeedamen