rcgalbo / pinkfish

A backtester and spreadsheet library for security analysis.

Home Page:http://fja05680.github.io/pinkfish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pinkfish

07-31-2019: First major update since original release - Add scale-in and scale-out capability

A backtester and spreadsheet library for security analysis.

Why another python backtesting library? How is pinkfish different? Simple, I couldn't find a python backtesting library that I allowed me to backtest intraday strategies with daily data. Even simple strategies like 'buying on the close' on the SAME day a 'new 20 day high is set' were not allowed. Additionally, I was put off by the complexity of some of the libraries available, and wanted something simple, that doesn't get in the way, and just allows me to test my trading ideas. I didn't set out to write a new backtesting library, but I had to. Daily data is free; minute and tick data are typically not. Using minute and tick data can require hours to run vs seconds for daily data.

Some of the key features of pinkfish:

  • leverages pandas for dataframe, spreadsheet like features
  • leverages matplotlib for making financial graphs
  • uses ta-lib to easily implement technical indicators
  • uses daily data (vs minute or tick data) for intraday trading
  • uses free daily data from yahoo finance
  • simple to use python API
  • create spreadsheets within Jupyter Notebook by utilizing pandas dataframes and itable formatting

Installation

Follow the installation instructions located at: http://fja05680.github.io/pinkfish/

Examples

  • spreadsheet - make a read only spreadsheet within ipython
  • golden-cross - an example illustrating the classic long term trading algorithm

About

A backtester and spreadsheet library for security analysis.

http://fja05680.github.io/pinkfish

License:MIT License


Languages

Language:Python 99.6%Language:Batchfile 0.4%