Commit 749cef06 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 9aabb9b5
......@@ -10,7 +10,7 @@ let elsa = 'elsa'
function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, maxTradeDays, targetPercentage) {
let type = config.type + ' param:' + config.param + ' base:' + config.base + ' target:' + config.target + ' targetPercentage:' + targetPercentage.enable
let type = config.type + ' param:' + config.param + ' base:' + config.base + ' target:' + config.target + ' targetPercentage:' + targetPercentage.enable
let saveData = []
let needPrintData = shouldPrint(detail, data[0].signal + '&' + type)
// console.log(needPrintData)
......
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