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

init

parent 315dc5f8
......@@ -5,16 +5,16 @@ let arr=[
type: "zarib",
commision: 0.0008,
paramStart: 1,
paramEnd: 3,
inidicator: 0.5
paramEnd: 4,
inidicator: 0.1
},
{
type: "base",
commision: 0.0008,
paramStart: 1,
paramEnd: 3,
inidicator: 0.5
paramEnd: 4,
inidicator: 0.1
}
......@@ -86,7 +86,7 @@ async function add(data)
// })
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)
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