PureBytes Links
Trading Reference Links
|
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
------------------------ 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/
|