Commit 13ca32a5 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 4392c936
......@@ -46,7 +46,7 @@ function grabData(data)
let profit = parseFloat(d[7])
let runUp= parseFloat(d[8])
let drawDown=parseFloat(d[9])
if (typeof profit ==="undefined")
if (typeof profit !=="number")
continue
arr.push({profit,runUp,drawDown})
}
......
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