Commit abd1e2a8 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 40ed5690
......@@ -127,12 +127,17 @@ function createComResfileADV(data) {
function found(indicator,pair, lp) {
console.log(indicator,lp)
let res=[]
if (res.length ===0)
return {timeframe: 0}
if (indicator ===2)
res=res2
else if (indicator ===3)
res=res3
else if (indicator ===4)
res =res4
if (res.length ===0)
return {timeframe: 0}
for (let i = 0; i < res.length; i++) {
if (!res[i].includes(lp + '_'))
continue
......
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