Commit e72fb45e authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent bdeb3ee0
...@@ -946,7 +946,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max ...@@ -946,7 +946,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
totalPlus: totalPlus, totalPlus: totalPlus,
totalCompound: baseCompund, totalCompound: baseCompund,
profitPerMonth: Math.abs(profitPerMonth), profitPerMonth: Math.abs(profitPerMonth),
compoundPerMonth: (baseCompund * dur)/30, compoundPerMonth: (baseCompund / dur)*30,
dateString: dateString, dateString: dateString,
runupString: runupString, runupString: runupString,
sideString: sideString, sideString: sideString,
......
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