Commit 8409d8bc authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 993b4d9d
......@@ -3,7 +3,7 @@ let avgDrawdown = 0
let avgProfit = 0
function run(data,vars) {
//console.log(data)
console.log(data)
let countDrop = 0
let allLossProfit = 0
let RunUpDrawDownAllLossProfit = 0
......
......@@ -21,9 +21,9 @@ async function run()
let data=grabData(lastFile,true)
// console.log(data)
let vars=ai.run(data)
console.log(vars)
// console.log(vars)
datas.push({name:files[i],vars:vars})
}
......
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