Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Crypto
/
Crypto-auto-trading
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
2019102152 김다빈
2021-12-07 09:12:16 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7f8ab792286d0c269c240cb125c8917439323f22
7f8ab792
1 parent
e314689f
Update price_comparision condition
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
index.js
index.js
View file @
7f8ab79
...
...
@@ -329,9 +329,9 @@ async function check_coin(t1) {
}
}
for
(
var
i
=
0
;
i
<
t1
.
length
;
i
++
)
{
if
(
user_data
[
0
]
&&
user_data
[
0
].
market
==
t1
[
i
])
{
continue
;
}
//
if (user_data[0] && user_data[0].market == t1[i]) {
//
continue;
//
}
var
candle
=
await
get_candle
(
5
,
t1
[
i
]);
isbuying
=
await
price_comparison
(
candle
,
null
,
isbuying
);
}
...
...
Please
register
or
login
to post a comment