Commit bac6c701 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 5fe8d1fe
...@@ -75,7 +75,7 @@ async function analyse(body) { ...@@ -75,7 +75,7 @@ async function analyse(body) {
final = final + 'Sell' final = final + 'Sell'
obj.side = 'Sell' obj.side = 'Sell'
} }
final = final + ',' final = final + ',BTCUSDT,'
final = final + obj.entry + ',' + obj.exit + ',' + obj.closeTime + ',' + obj.profit + ',' + obj.runUp + ',' + obj.drawDown final = final + obj.entry + ',' + obj.exit + ',' + obj.closeTime + ',' + obj.profit + ',' + obj.runUp + ',' + obj.drawDown
// let file = await fs.readFileSync('temp/' + indicator + '.csv', 'utf8') // let file = await fs.readFileSync('temp/' + indicator + '.csv', 'utf8')
......
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