PureBytes Links
Trading Reference Links
|
Hello,
Yes it is but only for the main price chart:
http://www.amibroker.com/guide/afl/afl_view.php?prefs
IsLogScalePrice = Prefs(24);
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Bob Jagow" <bjagow@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, April 28, 2004 4:02 AM
Subject: RE: [amibroker] LineArray and Logarithmic Scale
> Is the log/linear chart state perhaps available programmatically?
>
> -----Original Message-----
> From: Tomasz Janeczko [mailto:amibroker@xxxxxx]
> Sent: Tuesday, April 27, 2004 5:23 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] LineArray and Logarithmic Scale
>
>
> 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@xxxxxxxxxxxxx>
> 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@xxxxxxx]
> > 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@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
> >
> >
> >
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> >
>
>
>
> 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
>
>
>
>
>
>
>
>
> 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
>
>
>
>
>
>
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/
|