Commit 74e708f5 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 02f63419
......@@ -78,9 +78,9 @@ let index=arrNew[0].index
if (worth ===arrNew[i].sum)
t='****Worth**** ->'
t=t+arrNew[i].date
t=t+' '+' Profits->'+arrNew[i].sum +' Count->'+det.count +' Longs->'+det.longCount+' Long Profit->'+det.longProfit+' Shorts->'+det.shortCount+' Short Profit=>'+det.shortProfit+'\n'
t=t+' '+' Profits-> '+arrNew[i].sum +' Count-> '+det.count +' Longs-> '+det.longCount+' Long Profit-> '+det.longProfit+' Shorts-> '+det.shortCount+' Short Profit=> '+det.shortProfit+'\n'
}
......
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