[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: AmiBroker 4.49.0 BETA released



PureBytes Links

Trading Reference Links

--- In amibroker@xxxxxxxxxxxxxxx, "Herman vandenBergen" <psytek@xxxx> 
wrote:
...I love the Line(), I am sure we will soon see some innovative
 coding using this new function....
Herman,
here is an easy way to go through the mountains.
x=Cum(1);z0=LastValue(Cum(1))-100;
x0=0;y0=0;x1=0;y1=0;
for(i=50;i<BarCount-10;i++)
{
x0[i]=i;
y0[i]=sqrt(20^2-(i-z0)^2);
x1[i]=i-30;
y1[i]=10+sqrt(20^2-(i-z0-30)^2);
Plot(LineArray(x0[i],y0[i],x0[i]+30,y0[i]+10,0),"",colorblack,1);
}
Plot(y0,"",colorRed,8);Plot(y1,"",colorRed,8);
Title="through";
Dimitris Tsokakis




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/