Skip to content

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

License

Notifications You must be signed in to change notification settings

ramaakkantvdas/py-market-profile

 
 

Repository files navigation

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

Documentation

[Example](https://github.com/stoictrader/py-market-profile/blob/master/examples/example_nf.py)

[What is Market Profile](https://medium.com/@beinghorizontal/bot-primer-part-2-market-profile-cc6d8fbc7769)

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Dockerfile 0.4%