bfolkens / py-market-profile

A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.
Other
356 stars 122 forks source link

poc_ptrice. #7

Closed stef30360 closed 4 years ago

stef30360 commented 4 years ago

hi It seem that a poc_price it's not a TPO poc but a volume POC

bfolkens commented 4 years ago

You can change this with the mode attribute on the MarketProfile object. The two possible values are vol and tpo and it's vol by default.