Commit bdb66fcf authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 4b2c8a75
......@@ -67,7 +67,7 @@ async function balanceUpdater() {
async function run() {
let files = await fs.readdirSync(path)
for (let i = 0; i < files.length; i++) {
let fl = files[i].split('_')
let pair = 'BTCUSDT'
......@@ -86,7 +86,7 @@ async function run() {
let sp = files[i].split('_')
let id = sp[0]
let usage = sp[4]
let value = parseFloat(sp[4])
let value = parseFloat(sp[5])
let qty = 0.001
//console.log(vars.VarProfitDrawDownZeroProfit)
datas.push({
......
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