Commit 57c11acf authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent a6f095f7
......@@ -577,6 +577,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
} else {
tempMeta = tempMeta + data[i].profit + 0.1
tempDrawDown = tempDrawDown + data[i].drawDown
// console.log(tempMeta,tempDrawDown)
if (tempMeta < baseMeta)
baseMeta = tempMeta
......
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