PureBytes Links
Trading Reference Links
|
If you do not put a title at all, including no names in plot
statemetns AB will default to the AFL file name and date as the title
you could use the title as below as a base. the default name gives the
name of the afl file
Title = "{{NAME}} - {{INTERVAL}} {{DATE}} "+_DEFAULT_NAME()+" {{VALUES}}" ;
On 7/24/05, Bruce de Gose <brucethegoose@xxxxxxxxx> wrote:
> I am attempting to title the undermentioned code from the library and
> so far have made a pig's breakfast of it .. could someone please
> advise how to do it in dummy steps as I am no coder.
>
> Also could you please make the code generic so I can apply it to
> others from the library.
>
> By the way I have looked at the web site and the Help files but I was
> unable to find any references to 'Title' .. if there is a reference
> please advise where to look .. I'll try it myself first and if I screw
> it up will request assistance.
>
> Thanks ..
>
> ------------------------------------------
> /* CCT Kaleidoscope
> **
> ** Originally developed by Steve Karnish
> ** http://www.cedarcreektrading.com
> **
> ** AFL translation by Tomasz Janeczko
> **
> ** Set scaling: Automatic
> ** Grid: Middle
> */
>
> Title = "CCTKaleidoscope"; <<<< I guess it goes here ??
>
> graph0=LinRegSlope(C,13)
> + 100 * ( EMA( EMA( C - Ref( C, -1 ) ,34 ) ,21)
> / EMA( EMA( Abs( C - Ref( C, -1) ),34 ), 21 ) )
> +100 * ( EMA( EMA( C - (0.5 * ( HHV(H,13) + LLV(L,13))),21),3)
> / (0.5 * EMA( EMA( HHV(H,13) - LLV(L,13),21),3 ) ) );
> -------------------------------------------
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
http://e-wire.net.au/~eb_kavan/ab_write.htm
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|