Hopes to be a programmable screener if it grows up
- Install python > ^3.10
brew install node TA-Lib
. I use v17.3.0git clone
.npm install
within cloned repocd analyze
pip3 install -r requirements
, if you use pip
node index.js -h
, to see the JS command line help- Fetch symbols and convert them to csv.
node ./index.js -r
. Conversion to csv is necessary for the python screener. - Check for integrity of data files,
node ./index.js -c
- Convert JSON data files to CSV,
node ./index.js -x
- Rebuild checkpoint file,
node ./index.js -b
- NB don't use it lightly, Binance data is not always clean so if you do this you almost certainly will have to clean them, by hand : Get more past data,
node ./index.js -b
cd analyze
python3 main.py