Commit e65ffeca authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent b569bd06
...@@ -5,7 +5,7 @@ let arr=[ ...@@ -5,7 +5,7 @@ let arr=[
type: "zarib", type: "zarib",
commision: 0.001, commision: 0.001,
paramStart: 1, paramStart: 1,
paramEnd: 1, paramEnd: 2,
inidicator: 0.1 inidicator: 0.1
} }
...@@ -20,7 +20,7 @@ run() ...@@ -20,7 +20,7 @@ run()
async function run() async function run()
{ {
let obj={sort:'profitPerMonthDrawDown',alocatedReserve:3,alocatedReserveCompound:3,risk:0,start:10000,pfTrade:2,side:'both',riskFreeLevel:5} let obj={sort:'profitPerMonthDrawDown',alocatedReserve:3,alocatedReserveCompound:3,risk:0,start:2000,pfTrade:2,side:'both',riskFreeLevel:5}
let all=[] let all=[]
for (let i=0;i<arr.length;i++) for (let i=0;i<arr.length;i++)
all.push(add(arr[i])) all.push(add(arr[i]))
......
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