Commit 0af6dbab authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 2e829058
......@@ -51,7 +51,7 @@ async function run() {
// console.log(lastFile[lastFile.length - 2])
let data = grabData(lastFile)
console.log(data)
let vars = ai.run(data)
let sp = files[i].split('_')
......@@ -63,7 +63,7 @@ async function run() {
}
// console.log(datas)
checker()
// checker()
}
......
let t='Ticket,Open_Time,Type,Symbol,Open_Price,Close_Price,Close_Time,dPrfPipWrtOpPrPc,dAgeHiPrfInPrPc_RunUpPc,dAgeLoPrfInPrPc_DrawDownPc'
let t='2800,2022.05.24 16:57:00.223,Buy,ETHUSDT,1958.87,1953.76,2022.05.24 17:02:00.063,-0.26,0.10,-0.35'
t=t.split(',')
for (let i=0;i<t.length;i++)
console.log(i,t[i])
......
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