hi and thanks for this wonderful forum
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) ;
hi and thanks for this wonderful forum
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.
Only users with License Verified Badge are allowed to post on this forum.
(E.g.) I would have a solution for you. But where is your required Badge?!?
What about other the way around?
first question after...
i have had only one question , i promise
Which is one question too many when you don't have Verified Badge!
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!