Commit 0a874dd0 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 3a7d6a6e
......@@ -65,6 +65,7 @@ async function run() {
let fl = files[i].split('_')
let pair = fl[fl.length - 1].replace('.csv','')+'USDT'
console.log(pair)
let avgRunup = parseFloat(fl[5])
let avgDrawDown = parseFloat(fl[6])
let lastFile = await fs.readFileSync(path + files[i], 'utf8')
......@@ -99,7 +100,7 @@ async function run() {
// console.log(datas)
console.log(datas)
// console.log(datas)
checker()
}
......
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