Commit aa04dd56 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 6b504743
let fs = require('fs') let fs = require('fs')
var watch = require('node-watch'); var watch = require('node-watch');
let ai = require('./ai-new') let ai = require('./ai-new')
let path = 'YashilFinal\\' let path = 'YashilFinal/'
let longSide = 'LONG' let longSide = 'LONG'
let shortSide = 'SHORT' let shortSide = 'SHORT'
let bybit = require('./test_bybit') let bybit = require('./test_bybit')
...@@ -132,7 +132,7 @@ async function appendCsvtoMain(data, config) { ...@@ -132,7 +132,7 @@ async function appendCsvtoMain(data, config) {
function appendtoFile(name,data) function appendtoFile(name,data)
{ {
fs.appendFile('YashilFinal\\'+name, data + '\n', function (err) { fs.appendFile('YashilFinal/'+name, data + '\n', function (err) {
if (err) throw err; if (err) throw err;
}); });
...@@ -226,7 +226,7 @@ async function run() { ...@@ -226,7 +226,7 @@ async function run() {
// checker() // checker()
console.log(datas) console.log(datas)
} }
......
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