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
459f795d
Commit
459f795d
authored
Apr 11, 2022
by
Ahmad Nemati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git pu
parent
fc0273bc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
reserve.bat
reserve.bat
+1
-0
reserve.js
reserve.js
+3
-3
No files found.
reserve.bat
0 → 100644
View file @
459f795d
node --max-old-space-size=9999999999 reverse.js
\ No newline at end of file
reserve.js
View file @
459f795d
...
@@ -35,8 +35,8 @@ async function format(name) {
...
@@ -35,8 +35,8 @@ async function format(name) {
// if (res[0].includes('Open_Price')) {
// if (res[0].includes('Open_Price')) {
// return
// return
// }
// }
let
header
=
'
Ticket,Open_Time,Type,Symbol,Open_Price,Close_Price,Close_Time,dPrfPipWrtOpPrPc,dAgeHiPrfInPrPc_RunUpPc,dAgeLoPrfInPrPc_DrawDownPc
\
r
'
let
header
=
'
Ticket,Open_Time,Type,Symbol,Open_Price,Close_Price,Close_Time,dPrfPipWrtOpPrPc,dAgeHiPrfInPrPc_RunUpPc,dAgeLoPrfInPrPc_DrawDownPc
\
n
'
res
[
0
]
=
header
//
res[0] = header
let
t
=
''
let
t
=
''
for
(
let
i
=
1
;
i
<
res
.
length
;
i
++
)
{
for
(
let
i
=
1
;
i
<
res
.
length
;
i
++
)
{
...
@@ -78,7 +78,7 @@ async function format(name) {
...
@@ -78,7 +78,7 @@ async function format(name) {
let
z
=
header
let
z
=
header
z
=
z
+
t
z
=
z
+
t
console
.
log
(
z
)
console
.
log
(
z
)
await
createFile
(
name
+
'
2
'
,
z
)
await
createFile
(
name
,
z
)
}
}
...
...
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