PureBytes Links
Trading Reference Links
|
Sorry Graham that was just a typo in my post. It still doesn't work
for me in the latest beta but is ok in earlier releases. See #39687.
Keith
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> AddColumn(Sig1,"MA",1.0,colorDefault,IIf
(Sig1>0,colorGreen,colorRed) ) ;
> Need another bracket at end
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
> -----Original Message-----
> From: Keith Bennett [mailto:kbennett@x...]
> Sent: Monday, 5 May 2003 11:22 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] AddColumn BackGround Color???
>
> The following AddColumn Code functions correctly:
>
> AddColumn(Sig1,"MA",1.0,colorDefault,colorGreen);
>
> It displays 100 rows in the Result window with black text and a
green
> background. The following variation displays only the first two
rows
> correctly. All other rows display with black text and white
> background.
>
> AddColumn(Sig1,"MA",1.0,colorDefault,IIf
(Sig1>0,colorGreen,colorRed);
>
> Can anyone spot the error?
>
> Keith
>
>
>
> 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
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/KXUxcA/fNtFAA/uetFAA/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/
|