Commit 32cf859f authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 85b3bced
......@@ -10,7 +10,7 @@ init()
async function init() {
let com = await fs.readFileSync('t.json', 'utf8');
com = JSON.parse(com)
for (let i = 0; i < 100; i++) {
for (let i = 0; i < 2; i++) {
let closeDate = com[i].closeDate.split('_')
let profits = com[i].profitLossString.split('_')
for (let j = 0; j < closeDate.length - 1; j++)
......
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