Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ai
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
ai
Commits
aa04dd56
Commit
aa04dd56
authored
Aug 03, 2022
by
Ahmad Nemati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git pull
parent
6b504743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
trade.js
trade.js
+3
-3
No files found.
trade.js
View file @
aa04dd56
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
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment