Commit c587175b authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 7f6dd65c
......@@ -239,7 +239,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
let per = parseFloat((count / allTotal) * 100).toFixed(1)
newLevelText = newLevelText + i + ':' + count + ':' + per + '%' + ':'+avgDur+','
newLevelText = newLevelText + i + ':' + count + ':' + per + '%' + ':'+avgDur+'///'
if ((i + 2) % 12 === 0) {
newLevelText + newLevelText + '\\n'
......
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