Commit 343419b8 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 1b1da49c
...@@ -570,7 +570,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max ...@@ -570,7 +570,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
continue continue
allDone++ allDone++
if (data[i].profit > 0.1) if (data[i].profit > 0.1)
baseCompund = baseCompund + (data[i].profit - 0.1) baseCompund = baseCompund + percentageAdv(baseCompund,data[i].profit - 0.1)
if (data[i].profit > 0.1) { if (data[i].profit > 0.1) {
tempMeta = 0 tempMeta = 0
......
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