Commit 45fa8f8f authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 860c6876
...@@ -309,7 +309,7 @@ async function closer(sig, date, bigData,id) { ...@@ -309,7 +309,7 @@ async function closer(sig, date, bigData,id) {
if (newData.side ==='sell') if (newData.side ==='sell')
profit=profit*-1 profit=profit*-1
let det='bybit open price:'+newData.price +' bybit close price:'+d.price let det='side:' +newData.side +' bybit open price:'+newData.price +' bybit close price:'+d.price
let t=id +' :'+det +' bybit profit:'+' '+profit+' yashil profit:'+bigData.profit+' diff:'+(profit-bigData.profit) let t=id +' :'+det +' bybit profit:'+' '+profit+' yashil profit:'+bigData.profit+' diff:'+(profit-bigData.profit)
appendDiffProfitLog(t) appendDiffProfitLog(t)
......
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