Fetch Bitmex historical Tick Data for analysis, ML, backtesting, ...
Insert into a Postgresql database or CSV files
npm install
cp sample.env .env
vim .envnode tick>>postgres.js --start 2019-01-01 --end 2020-01-01The data will be inserted into a tickdata table
or
node tick>>csv.js --start 2019-01-01 --end 2020-01-01The files will be present in the data/ folder