Request Code without Loop

hi and thanks for this wonderful forum :heart_eyes:
can anyone write this code without loop this is very important for me ,thanks and i appreciate of your help .

for(i = 1; i <200; i++)
{
aa = Ref(high,-i)*sqrt(i);
}
Plot(aa,"aa",colorLime,styleLine) ;

This line gets the same plot result as your loop

aa = Ref(high,-199)*sqrt(199);

But for next questions go here first.

1 Like

@Wederef,

Only users with License Verified Badge are allowed to post on this forum.

1 Like

(E.g.) I would have a solution for you. But where is your required Badge?!?

2 Likes

What about other the way around?

first question after...

2 Likes

i have had only one question , i promise :relaxed:

Which is one question too many when you don't have Verified Badge!

1 Like

Doesn't work like that!

As @fxshrat stated, (which you don't seem to understand) get your Verified Badge and then ask your question/s!

1 Like