Commit 05ed24d4 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent bfff4989
......@@ -74,9 +74,9 @@ let index=arrNew[0].index
{
let det=get(arrNew[i].date)
if (worth ===arrNew[i].sum)
console.log('Worth* ->',arrNew[i].date,'Profits->',arrNew[i].sum,'Count->',det.count,'Longs->',det.longCount,'Shorts->',det.shortCount)
console.log('Worth* ->',arrNew[i].date,'Profits->',arrNew[i].sum,'Count->',det.count,'Longs->',det.longCount,'Long Profit->',det.longProfit,'Shorts->',det.shortCount,'Short Profit=>',det.shortProfit)
else
console.log(arrNew[i].date,'Profits->',arrNew[i].sum,'Count->',det.count,'Longs->',det.longCount,'Shorts->',det.shortCount)
console.log(arrNew[i].date,'Profits->',arrNew[i].sum,'Count->',det.count,'Longs->',det.longCount,'Long Profit->',det.longProfit,'Shorts->',det.shortCount,'Short Profit=>',det.shortProfit)
}
// 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