Commit 11e6de3b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 8df1481c
......@@ -83,7 +83,7 @@ async function init() {
struc=indicator3Temp
struc=struc.replace('ahmadTimeframe',f.timeframe).replace('ahmadnStochPeriod',f.nStochPeriod).replace('ahmadnStochSmoothingPeriod',f.nStochSmoothingPeriod).replace('ahmaddOttPercent',f.dOttPercent).replace('ahmadnOttPeriod',f.lp)
createConfigYashilADV('btc'+indicator+'&'+parseFloat(f.nStochPeriod)+'&'+parseFloat(f.nStochSmoothingPeriod)+'&'+f.lp,struc)
com[i].config='btc'+indicator+'&'+parseFloat(f.nStochPeriod)+'&'+parseFloat(f.nStochSmoothingPeriod)+'&'+f.lp
com[i].config='btc'+indicator+'&'+parseFloat(f.nStochPeriod)+'&'+parseFloat(f.nStochSmoothingPeriod)+'&'+f.dOttPercent+'&'+f.lp
}
if (indicator ===4)
{
......@@ -92,6 +92,13 @@ async function init() {
createConfigYashilADV('btc'+indicator+'&'+parseFloat(f.nMidLnMaPeriod)+'&'+parseFloat(f.dMultiplier)+'&'+f.lp,struc)
com[i].config='btc'+indicator+'&'+parseFloat(f.nMidLnMaPeriod)+'&'+parseFloat(f.dMultiplier)+'&'+f.lp
}
if (indicator ===9)
{
// struc=indicator4
// struc=struc.replace('ahmadstMnMaBarAge',f.timeframe).replace('ahmadMnKeltner_nMidLnMaPeriod',f.nMidLnMaPeriod).replace('ahmadMnKeltner_dMultiplier',f.dMultiplier).replace('ahmadMnKeltner_nBandsAtrPeriod',f.lp)
// createConfigYashilADV('btc'+indicator+'&'+parseFloat(f.nMidLnMaPeriod)+'&'+parseFloat(f.dMultiplier)+'&'+f.lp,struc)
com[i].config=''
}
......
......@@ -43,7 +43,7 @@ async function init() {
async function append(config, data) {
for (let i = 0; i < files.length; i++) {
console.log(files[i],config)
// console.log(files[i],config)
if (files[i].includes(config + '_')) {
console.log(files[i])
for (let j = 0; j < data.length; j++)
......
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