PureBytes Links
Trading Reference Links
|
Hello,
3 methods:
1. EnableTextOutput(False);
2. Use _N function
_N( Title = "somethign" );
http://www.amibroker.com/guide/afl/afl_view.php?name=_N
3. Use { Title = "something; }
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Glenn" <glennokb@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, September 17, 2003 10:03 AM
Subject: [amibroker] Title-Interpretation
> Hi,
>
> Is it possible to have a title setup such as:
>
> Title=Name()
> +" "
> +Date()
> +" Close="+WriteVal(C,1.3)
> +" Open="+WriteVal(O,1.3)
> +" Vol="+WriteVal(V,1.0);
>
> or whatever and NOT have this info show up in the Interpretation as I
> have other stuff in there? Thanks
>
> Cheers Glenn
>
>
>
> 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/
>
>
>
------------------------ 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/l.m7sD/LIdGAA/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/
|