PureBytes Links
Trading Reference Links
|
Herman,
What we really need is a 3D in a single pane.
This was a hint towards this direction.
Hope you have a nice day so many miles far from home.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Herman vandenBergen" <psytek@xxxx>
wrote:
> Thanks DT :-) you put a smile on my face while having my morning
coffee and
> reading my emails!
>
> When I originally wrote my post I had actually written "....some
innovative
> posts from DT". But, not wishing to put unfair pressure on you I
removed the
> personal reference... Now all we need is some mountains here in
Singapore,
> it's pretty flat out here.
>
> Have a great day DT!
> herman
>
>
> -----Original Message-----
> From: DIMITRIS TSOKAKIS [mailto:TSOKAKIS@x...]
> Sent: November 18, 2003 2:54 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: AmiBroker 4.49.0 BETA released
>
>
> --- 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
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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 the Yahoo! Terms of
Service.
------------------------ 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/
|