Commit 415cdc2b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 44fbbc11
......@@ -166,11 +166,11 @@ function found(indicator,pair, lp) {
}
if (indicator ===2)
return {timeframe: timeframe,nAtrPeriod:d[15],dAtrMultiplier:d[17]}
return {timeframe: newTimeframe,nAtrPeriod:d[15],dAtrMultiplier:d[17]}
if (indicator ===3)
return {timeframe: timeframe,nStochPeriod:d[15],nStochSmoothingPeriod:d[16],dOttPercent:d[18]}
return {timeframe: newTimeframe,nStochPeriod:d[15],nStochSmoothingPeriod:d[16],dOttPercent:d[18]}
if (indicator ===4)
return {timeframe: timeframe,nMidLnMaPeriod:d[14],dMultiplier:d[15]}
return {timeframe: newTimeframe,nMidLnMaPeriod:d[14],dMultiplier:d[15]}
// timeframe=newTimeframe
// let nStochPeriod=parseFloat(d[15])
......
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