Add your description here
Project description
pinkfish
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 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. One user commented that Pinkfish is "very lightweight and to the point". 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
- comes batteries included with the most common technical indicators
- also integrates with ta-lib or pandas_ta for more advanced indicators
- leverages matplotlib for making financial graphs
- uses daily data (vs minute or tick data) for intraday trading
- uses free daily data from yahoo finance
- simple to use python API
- backtest single stock/ETF strategy or a portfolio (basket of stocks/ETFs)
- backtest short selling strategies and simulate trading with margin
- write optimizers to select the best parameters
- create spreadsheets within Jupyter Notebook by utilizing pandas dataframes and itable formatting
Installation
For basic installation of the pinkfish library (not including ta-lib):
# Note: It's recomended to create a new python virtual environment.
$ git clone https://github.com/fja05680/pinkfish.git
$ cd pinkfish
$ python -m venv venv
$ pip install setuptools
$ . venv/bin/activate
$ python setup.py install (or develop)
--OR--
For developer installation with ta-lib, follow the instructions located at:
https://fja05680.github.io/pinkfish/
Examples
- buy-and-hold - basic buy and hold strategy
- golden-cross - classic long term trading algorithm
- spreadsheet - read only spreadsheet within jupyter notebook
Many more examples in examples folder. They are roughly ordered by complexity beginning with the easiest.
Documentation
The pinkfish API documentation: https://fja05680.github.io/pinkfish/docs/html/pinkfish/index.html
Pinkfish on youtube
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pinkfish777-0.1.6.tar.gz.
File metadata
- Download URL: pinkfish777-0.1.6.tar.gz
- Upload date:
- Size: 147.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b58f779978fe020349ecb2d004ef8f47242e2a52d13ae788011b38afb714cda4
|
|
| MD5 |
a06e025aec12ad3a617066ee3972e907
|
|
| BLAKE2b-256 |
a05e5dfc83fe5a501e68e818921e2bfa3a2a62eb67fc31383b523b2b728cc035
|
File details
Details for the file pinkfish777-0.1.6-py3-none-any.whl.
File metadata
- Download URL: pinkfish777-0.1.6-py3-none-any.whl
- Upload date:
- Size: 106.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d46aea2075d75ba06a54d070e319a4c942d6b3184d38440fd729b9e328a8bff0
|
|
| MD5 |
8d36b3052b3491f3db2ce3fd41b050ff
|
|
| BLAKE2b-256 |
cfeeaa202b77af92d7a46d4e2d29a66ef2a6edd5733c34632867324fa039ca72
|