Commit 20635978 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 8bfb3df3
......@@ -134,7 +134,7 @@ last=[]
{
let sidee=las[i].sideString
sidee=sidee.replace(/LONG/g, 'L').replace(/SHORT/g, 'S')
let inline='{"closeDate":"'+las[i].closeDate+'","profitLossString":"'+las[i].profitLossString+'","sideString":"'+sidee+'"}'
let inline='{"c":"'+las[i].closeDate+'","p":"'+las[i].profitLossString+'","s":"'+sidee+'"}'
if (i !==(las.length-1))
inline=inline+','
jj=jj+inline
......
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