Commit b50c8e1d authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 45b8691d
...@@ -174,7 +174,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max ...@@ -174,7 +174,7 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
if (runBefore ===false) if (runBefore ===false)
continue continue
if (step ===0) if (step ===0)
dateString=dateString+data[i].openDate+'_' dateString=dateString+data[i].openDate.split(' ')[0]+'_'
canCreateRunupPercent=false canCreateRunupPercent=false
runBefore = true runBefore = true
let obj let obj
......
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