Commit 16b8eda8 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 1750a64b
......@@ -5,7 +5,7 @@ const uuid = require('uniqid')
let pair = 'BNB'
let res
let arr = []
let lastBalance=10000
let lastBalance=1000
let balance =lastBalance
init()
......@@ -15,7 +15,7 @@ init()
async function init() {
let com = await fs.readFileSync('t.json', 'utf8');
com = JSON.parse(com)
for (let i = 0; i < 10; i++) {
for (let i = 0; i < 30; i++) {
let closeDate = com[i].closeDate.split('_')
let profits = com[i].profitLossString.split('_')
let side = com[i].sideString.split('_')
......
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