Commit f37a6353 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 2ce26c61
......@@ -60,7 +60,7 @@ async function run() {
continue
let fl = files[i].split('_')
let pair = fl[fl.length - 1]
let pair = fl[fl.length - 1].replace('.csv','')+'USDT'
let avgRunup = parseFloat(fl[5])
let avgDrawDown = parseFloat(fl[6])
let lastFile = await fs.readFileSync(path + files[i], 'utf8')
......@@ -81,7 +81,7 @@ async function run() {
datas.push({
name: files[i],
size: stats.size,
pair: pair + 'USDT',
pair: pair,
vars: vars,
id: id,
usage: usage,
......
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