Commit 9ac9c334 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 8409d8bc
......@@ -3,7 +3,7 @@ let avgDrawdown = 0
let avgProfit = 0
function run(data,vars) {
console.log(data)
let countDrop = 0
let allLossProfit = 0
let RunUpDrawDownAllLossProfit = 0
......@@ -207,6 +207,8 @@ console.log(data)
}
console.log(countDrop)
return {
VarProfitRunupZeroDrawDown ,
......
......@@ -23,7 +23,7 @@ async function run()
let vars=ai.run(data)
// 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