PureBytes Links
Trading Reference Links
|
This could possibly be done in a commentary, and that might be of some use
when browsing random stocks, but I want to apply it to my list of current
holdings each night for possible sell signals. An exploration seems like
the better choice for that.
So, the questions. How do I test for a condition and output the short text
string under the appropriate heading in an exploration?
I tried this:
IIf( StochRSI < 70, AddTextColumn("< 70 Sell ?","StochRSI"),Null);
But it is not appropriate for repetitive symbols as the whole column is
full of "< 70 Sell ?" strings.
Can I do something like:
IIf( StochRSI < 70, Column0 = "< 70 Sell ?",Null);
Or am I hopelessly confused and need some other approach?
Ideas?
TIA
Sid
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/
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 01/27/2003
|