Commit b13c8324 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 7264e10f
...@@ -88,7 +88,7 @@ async function run() { ...@@ -88,7 +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) // 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