Commit 0956bfb9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent b8b1b5ed
......@@ -129,11 +129,13 @@ async function run(root,name, directory, timestamp) {
}
let newLast=[]
for (let i=0;i<las.length;i++)
{
let f={platform:las[i].platform,type:las[i].type,closeDate:las[i].closeDate,profitLossString:las[i].profitLossString,sideString:las[i].sideString}
newLast.push(f)
}
console.log(las.length)
createfileADV(root,timestamp, name, JSON.stringify(newLast, null, 2))
......
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