hcorr
Correlation heatmap based on historical price comparison between similar companies.
Usage
hcorr [-t {o,h,l,c,a}] [-s START] [-e END] [--display-full-matrix]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
type_candle | -t --type | Candle data to use: o-open, h-high, l-low, c-close, a-adjusted close, r-returns. | a | True | o, h, l, c, a |
start | -s --start | The starting date (format YYYY-MM-DD) of the stock | 2022-12-02 | True | None |
end | -e --end | The end date (format YYYY-MM-DD) of the stocks | 2023-12-03 | True | None |
display_full_matrix | --display-full-matrix | Display all matrix values, rather than masking off half. | False | True | None |