Commit 76c8703b authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent f8353b20
...@@ -326,7 +326,7 @@ async function closer(sig, date, bigData, id, pair) { ...@@ -326,7 +326,7 @@ async function closer(sig, date, bigData, id, pair) {
} }
} }
} }
await sleep(30000) await sleep(60000)
d = await exchange.fetchOrder(d.id, d.info.symbol) d = await exchange.fetchOrder(d.id, d.info.symbol)
let profit = getCalculateProfit(newData.price, d.average) let profit = getCalculateProfit(newData.price, d.average)
if (newData.side === 'sell') if (newData.side === 'sell')
......
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