Commit 4b87f50c authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 8339eb95
......@@ -50,6 +50,8 @@ function grabData(data,init)
let runUp= parseFloat(d[8])
let drawDown=parseFloat(d[9])
if (isNaN(profit))
continue
arr.push({profit,runUp,drawDown})
}
catch (e)
......
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