PureBytes Links
Trading Reference Links
|
Hi Don,
You can find all of the AFL string functions in the users guide under the
following section:
\AmiBroker Forumla Language\Categorized List of AFL Functions\String manipulation
Filter = StrLen( Name() ) == 5 AND StrLeft( Name(), 3 ) == "XYZ";
AddColumn( C, "Close ", 1.3);
Regards,
William Peters
www.amitools.com
Friday, October 29, 2004, 10:02:04 PM, you wrote:
CI> Anyone know how to search through a watchlist and take all tickers with
CI> certain characters followed by any characters (wildcards).
CI> Example, I want to search on all codes based on stock XYZ such as options
CI> which are coded as XYZAA, XYZAB etc.
CI> I want to run the script only over XYZ stocks with all combinations of two
CI> characters after this root.
CI> Don
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|