yan365 / py-market-profile

A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Travis-CI Build Status

A library to calculate Market Profile (Volume Profile) from a Pandas DataFrame. This library expects the DataFrame to have an index of timestamp and columns for each of the OHLCV values.

  • Free software: BSD license

Installation

pip install marketprofile

Example

You can view a Jupyter notebook of an example here: https://github.com/bfolkens/py-market-profile/blob/master/examples/example.ipynb

Documentation

(Coming soon)

What is Market Profile and How are these calculated?

Development

To run the all tests run:

tox

About

A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.

License:Other


Languages

Language:Python 98.9%Language:Dockerfile 1.1%