Commit b9a5732f authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 45e89152
...@@ -109,7 +109,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max ...@@ -109,7 +109,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
runBefore = false runBefore = false
else else
runBefore = true runBefore = true
} else if (usage === 'drawDownPlusRunUpCount') { } else if (usage === 'ddPlusRunCount') {
if (drawDownPlusRunUpCount < ddPlusRunCount) if (drawDownPlusRunUpCount < ddPlusRunCount)
runBefore = false runBefore = false
else else
......
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