Commit ed2a4589 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 230fc065
...@@ -47,7 +47,7 @@ async function run() { ...@@ -47,7 +47,7 @@ async function run() {
addShortLong(config[j].total, countOfshort, countOfLong) addShortLong(config[j].total, countOfshort, countOfLong)
addPoftrade(config[j].total, config[j].pftrade) addPoftrade(config[j].total, config[j].pftrade)
// addRunup(config[j].total,arrRunup) addRunup(config[j].total, arrRunup)
} }
...@@ -171,7 +171,7 @@ function add(total, dates, type) { ...@@ -171,7 +171,7 @@ function add(total, dates, type) {
if (found) if (found)
return return
adder.push({total: total, dates: dates, countDay: dates.length, type: [type], pfTrade: [],runUp:[]}) adder.push({total: total, dates: dates, countDay: dates.length, type: [type], pfTrade: [], runUp: []})
} }
......
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