Coder Social home page Coder Social logo

tombohub / pinkfish Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fja05680/pinkfish

3.0 0.0 0.0 68.39 MB

A backtester and spreadsheet library for security analysis.

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

License: MIT License

Python 100.00%

pinkfish's Introduction

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
  • 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
  • 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):

pip install wheel  
pip install pinkfish

Then git clone to get the examples directory, or just download the compressed source files.

--OR--

For developer installation with ta-lib, follow the instructions located at:
https://fja05680.github.io/pinkfish/

Examples

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

https://www.youtube.com/channel/UCsPHH2UBn8Fz0g0MGrZ2Ihw

pinkfish's People

Contributors

fja05680 avatar dependabot[bot] avatar simongarisch avatar ericbrown avatar jiuguangw avatar tombohub avatar commongeek avatar

Stargazers

 avatar  avatar Michael Corrado avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.