Commit 99af0f80 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent d8e09c54
...@@ -22,6 +22,9 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max ...@@ -22,6 +22,9 @@ function run(data, config, risk, pfTrade, riskFreeLevel, detail, loss, durs, max
} else if (usage ==='fftDiffDrawDownProfit') { } else if (usage ==='fftDiffDrawDownProfit') {
type = type + ' ' + usage + ' ' + fftDiffDrawDownProfit type = type + ' ' + usage + ' ' + fftDiffDrawDownProfit
} }
else if (usage ==='fftPercentRunup') {
type = type + ' ' + usage + ' ' + fftPercentRunup
}
let saveData = [] let saveData = []
candles = candlesData candles = candlesData
......
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