To run the backend run go in the git base directory
cat .env.example >> .env
yarn build
yarn start
http://localhost:5600/chart.html?assetName=EX&contarctName=EX_AMPL23&tf=15m
To compile an asset ASK/BID data from darwinex
- Install the whole asset folder locally
- run
yarn merge_ask_bid_folder /path/to/assetFolder/ /path/to/temp/dir/ /path/to/output/ intervalwhere theintervalparameter is the minum interval you want to split the data into e.g15swill take 3 times more time and space than5s - run
cp -r /path/to/output/ /enigma/public/ohclv/
bash >= 4.0