Commit 860c6876 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

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