Commit fb907f8b authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent bdaf26da
...@@ -31,11 +31,11 @@ async function init() { ...@@ -31,11 +31,11 @@ async function init() {
let d=res[i].split(',') let d=res[i].split(',')
let timeframe=d[13] let timeframe=d[13]
let pvt=d[14] let pvt=parseFloat(d[14])
let factor=d[15] let factor=parseFloat(d[15])
let period=d[103] let period=d[103]
period=period.split(pair) period=period.split(pair)
period=period[period.length-1] period=parseFloat(period[period.length-1])
return {timeframe,pvt,factor,period} return {timeframe,pvt,factor,period}
......
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