Commit 9782e139 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent f63da7dc
...@@ -29,7 +29,7 @@ async function init() { ...@@ -29,7 +29,7 @@ async function init() {
await fs.mkdirSync('work/'+prefix + i) await fs.mkdirSync('work/'+prefix + i)
} }
await makeStatus('work'+prefix + i) await makeStatus('work/'+prefix + i)
} }
......
let pair = 'XRPUSDT' let pair = 'LINKUSDT'
let timeframe = '5m' let timeframe = '5m'
const Downloader = require("nodejs-file-downloader"); const Downloader = require("nodejs-file-downloader");
const extract = require('extract-zip') const extract = require('extract-zip')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment