Commit c74eda7b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent babf50ba
...@@ -24,6 +24,8 @@ run() ...@@ -24,6 +24,8 @@ run()
function run() function run()
{ {
com=_.shuffle(com) com=_.shuffle(com)
balance=lastBalance
arr=[]
for (let i = 0; i < 10; i++) { for (let i = 0; i < 10; i++) {
let closeDate = com[i].closeDate.split('_') let closeDate = com[i].closeDate.split('_')
let profits = com[i].profitLossString.split('_') let profits = com[i].profitLossString.split('_')
......
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