Commit 7264e10f authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent f468173a
...@@ -88,6 +88,7 @@ async function run() { ...@@ -88,6 +88,7 @@ async function run() {
arr = [] arr = []
resetDates() resetDates()
for (let i = 0; i < size; i++) { for (let i = 0; i < size; i++) {
console.log(i,com.length)
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('_')
......
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