Commit 3eec816f authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 315dc5f8
...@@ -5,16 +5,16 @@ let arr=[ ...@@ -5,16 +5,16 @@ let arr=[
type: "zarib", type: "zarib",
commision: 0.0008, commision: 0.0008,
paramStart: 1, paramStart: 1,
paramEnd: 3, paramEnd: 4,
inidicator: 0.5 inidicator: 0.1
}, },
{ {
type: "base", type: "base",
commision: 0.0008, commision: 0.0008,
paramStart: 1, paramStart: 1,
paramEnd: 3, paramEnd: 4,
inidicator: 0.5 inidicator: 0.1
} }
...@@ -86,7 +86,7 @@ async function add(data) ...@@ -86,7 +86,7 @@ async function add(data)
// }) // })
if (data.type !=='plus') if (data.type !=='plus')
{ {
for (let i=10;i<1000;i=i+10) for (let i=100;i<1000;i=i+10)
{ {
for (let z=0.5;z<3;z=z+0.5) for (let z=0.5;z<3;z=z+0.5)
arr.push({ arr.push({
......
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