Commit 94fc4423 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent b821ca14
...@@ -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: 3, paramEnd: 2,
inidicator: 0.1 inidicator: 0.1
} }
...@@ -78,9 +78,9 @@ async function add(data) ...@@ -78,9 +78,9 @@ async function add(data)
// }) // })
if (data.type !=='plus') if (data.type !=='plus')
{ {
for (let i=100;i<300;i=i+10) for (let i=100;i<500;i=i+10)
{ {
for (let z=30;z<100;z=z+1) for (let z=30;z<300;z=z+10)
arr.push({ arr.push({
type: data.type, type: data.type,
commision: data.commision, commision: data.commision,
......
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