PureBytes Links
Trading Reference Links
|
Duke, The following is part of a complex formula which creates an
output table with the color of individual cells assigned according to
the results of a filtering process. (The third line is all one line -
watch wordwrap.
Bill
------------------------------------------------
F5 = NOT InWatchList(NC);
FF = F1 AND F2 AND F3 AND F4 AND F5;
AddTextColumn(Name(),"Fund", 1.0, IIf(FF, 16, 55), IIf(FF, 55, IIf(NOT
F5,16, 31)) );
----------------------------------------------------
> This works for the Addcolumn...do you know of a way to do
> this with the Addtextcolumn? That's where I have had
> difficulty using the IIF or colors.
>
> Thanks,
>
> Duke Jones, CMT
3/2/2005
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|