PureBytes Links
Trading Reference Links
|
Thanks a lot !!
I really think stupid now that I have the solution in front of my
eyes ;-)
As you said, it was TOO easy for my tortured brain ^^
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> The linearray generates line in linear scale of course.
> If you want log you have to apply it yourself (there are
exp/log/ln functions already in AFL).
>
> It is very, very easy.
>
> Graph0 = exp( LineArray( 0, ln( C[ 0 ] ), BarCount-1, ln(C[
BarCount-1 ]), 0, True ) );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "Graham" <gkavanagh@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, April 28, 2004 1:41 AM
> Subject: RE: [amibroker] LineArray and Logarithmic Scale
>
>
> > I actually just put in a suggestion last night about this to TJ.
Perhaps add
> > yours as well.
> >
> > Cheers,
> > Graham
> > http://e-wire.net.au/~eb_kavan/
> >
> > -----Original Message-----
> > From: kelek_94 [mailto:casalis@x...]
> > Sent: Wednesday, April 28, 2004 6:24 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] LineArray and Logarithmic Scale
> >
> > Is there a way to draw a trend line using linearray on a graph
that
> > uses a logarithmic scale (without obtaining a trend that is a
> > curve ;)).
> >
> > Thanks for your help, I've searched for an answer since days but
I
> > must admit that, until you give me the trick, I think this is
> > unfortunately not possible :/
> >
> >
> >
> >
> >
> > 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
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> > 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
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
------------------------ 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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|