Commit b5bb666f authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0d605f32
...@@ -69,6 +69,11 @@ let index=arrNew[0].index ...@@ -69,6 +69,11 @@ let index=arrNew[0].index
} }
} }
for (let i=0;i<arrNew.length;i++)
{
let det=get(arrNew[i].date)
console.log(arrNew[i].date,'Profits->',arrNew[i].sum,'Count->',det.count,'Longs->',det.longCount,'Shorts->',det.shortCount)
}
console.log(arrNew) console.log(arrNew)
} }
......
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