Simple utilities help bulk import candles and draw tables with correlations between coins.
Correlation, in the finance and investment industries, is a statistic that measures the degree to which two securities move in relation to each other.
- Download this repo
- Set up
env
file and install dependencies needed by Jesse - Set up
config.py
with settings for bulk import and correlations - Run
python bulk-import.py
and thenpython correlation.py
- New correalations will be added in
/storage/correlations
or copy files to your jesse project: config.py, bulk-import.py, correlation.py, sample.html
and run as described in 4th point.