Commit 7b0f39c1 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent d16291a5
......@@ -977,7 +977,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
allLoss: allLoss,
totalFinal: oldTotalFinal,
totalPlus: totalPlus,
totalCompound: baseCompund,
totalCompound: baseCompund/1000,
compoundPerMonth: (baseCompund / dur) * 30,
profitPerMonth: Math.abs(profitPerMonth),
......@@ -1007,7 +1007,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
}
if (opt.allDonePer < 1)
if (opt.allDonePer < 600)
return null
// if (opt.allDone <60)
......
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