Commit 99a2ab7b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 404f7fe7
...@@ -261,7 +261,7 @@ function run(data, config, risk, forceZero, pfTrade, riskFreeLevel, detail, loss ...@@ -261,7 +261,7 @@ function run(data, config, risk, forceZero, pfTrade, riskFreeLevel, detail, loss
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
if (allDonePer < -70) if (allDonePer < -50)
return null return null
if (maxDays > maxTradeDays) if (maxDays > maxTradeDays)
return null return null
......
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