Commit e328735d authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 7baf508c
...@@ -82,16 +82,7 @@ async function init() { ...@@ -82,16 +82,7 @@ async function init() {
exchange.urls['api'] = exchange.urls['test']; exchange.urls['api'] = exchange.urls['test'];
accs[i].exchange = exchange accs[i].exchange = exchange
} }
// info = await fs.readFileSync('info2.json', 'utf8');
// info = JSON.parse(info)
// exchange = new ccxt.bybit({
// apiKey: info.apiKey,
// secret: info.secret,
// enableRateLimit: true,
//
// })
// exchange.urls['api'] = exchange.urls['test'];
run() run()
balanceUpdater() balanceUpdater()
...@@ -482,7 +473,7 @@ async function analyse(body) { ...@@ -482,7 +473,7 @@ async function analyse(body) {
indicator = indicator.replace('Kelt', 'btc4').replace('SOTT', 'btc3').replace('Pmax', 'btc2').replace('PPST', 'btc1').replace('.csv', '') indicator = indicator.replace('Kelt', 'btc4').replace('SOTT', 'btc3').replace('Pmax', 'btc2').replace('PPST', 'btc1').replace('.csv', '')
appendCsvtoMain(final, indicator) appendCsvtoMain(final, indicator)
// updateVars(indicator,final) updateVars(indicator,final)
} }
......
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