PureBytes Links
Trading Reference Links
|
Salil,
The title of built-in charts can not be changed as long as
"Use formula only" box is not marked.
Once you mark this box you gain complete control over
appearance of built-in chart and internal implementation
is not called at all (so you have to plot everything from AFL).
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Salil V Gangal" <salil_gangal@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, October 26, 2002 3:46 PM
Subject: [amibroker] Modifying Built-in 'Price'
> Friends,
>
> I'm trying to modify the Built-in 'Price'. If I do something simple such as
>
> Plot(Ema(C,100),"",colorRed,styleLine);
>
> above the line '//--Indicator-End--', then it works. However, if I do something
> such as
>
> Title = FullName() + " (" + Name() + ") " + Date();
>
> then it has no effect. It neither gives any error nor does it change the Title !
>
> Is this to be expected ?
>
> Regards,
>
> - Salil V Gangal
>
> __________________________________________________
> Do you Yahoo!?
> Y! Web Hosting - Let the expert host your web site
> http://webhosting.yahoo.com/
>
>
> 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/
>
>
>
|