Commit d4630b0b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 62522a07
...@@ -91,7 +91,7 @@ async function run() { ...@@ -91,7 +91,7 @@ async function run() {
let closeDate = com[i].closeDate.split('_') let closeDate = com[i].closeDate.split('_')
let profits = com[i].profitLossString.split('_') let profits = com[i].profitLossString.split('_')
let side = com[i].sideString.split('_') let side = com[i].sideString.split('_')
for (let j = 0; j < closeDate.length - 1; j++) for (let j = 0; j < closeDate.length - 2; j++)
add(closeDate[j], parseFloat(profits[j]) - 0.1, side[j]) add(closeDate[j], parseFloat(profits[j]) - 0.1, side[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