PureBytes Links
Trading Reference Links
|
I discovered something that explains why the symbol sometimes can't be
found. For the stock CFX, which belongs to the group MG427,
The function
IndustryID(1)
returns the string "Closed End Fund - Equity", whereas using
MG = "MG427";
SetForeign(MG);
FullName();
returns the string "Closed-End Fund-Equity".
So the search loops fails because of the slight difference in the group
string definition text.
Strange... I hope that there is another way to do this ;<)
- Paul
------------------------ Yahoo! Groups Sponsor --------------------~-->
Put more honey in your pocket. (money matters made easy).
http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|