Library "Distributions"
Library with price distribution zones calculation helpers.
Based on research from "Trading Systems and Methods, 5th Edition" by Perry J. Kaufman
getZones(h, l, c, window)
Returns price distribution zones based on HLC and for some period
Parameters:
h: high price
l: low price
c: close price
window: period to calculate distributions
Returns: tuple of 5 price zones in descent order, from highest to lowest