Commit 9429f574 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 61c45568
......@@ -37,11 +37,11 @@ init()
app.use(cors())
app.use(bodyParser.text());
server.listen(port, () => {
console.log('Server listening at port %d', port);
})
// server.listen(port, () => {
// console.log('Server listening at port %d', port);
//
//
// })
app.post('/signal', (req, res) => {
......@@ -167,8 +167,8 @@ async function balanceUpdater() {
async function run() {
let files = await fs.readdirSync(path)
for (let i = 0; i < files.length; i++) {
// if (files[i] !=='btc1&1&1&1_btcLp1819RZDD75_0.1_-0.1_RunupZeroDrawDown_0.01.csv')
// continue
if (files[i] !=='btc1&1&1&1_btcLp1819RZDD75_0.1_-0.1_RunupZeroDrawDown_0.01.csv')
continue
let fl = files[i].split('_')
let pair = 'BTCUSDT'
......
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