PureBytes Links
Trading Reference Links
|
Tip,
There are a few ways to do this but one is that you can import all the
NYSE etc symbols into a watch list then run the following to move them
into a market category:
if(InWatchList( 63 ))
CategoryAddSymbol("",categoryMarket,1);
Buy=0;
Filter=1;
Change the categoryMarket to your category number. Repeat for Amex,
NASDAQ etc.
Once they are there you can they access them using AFL for filters etc.
(categoryMarket==1)
Regards,
Duke Jones, CMT
tipequity wrote:
>
> I like to import market designation for US stock tickers. I have a csv
> file that contains the symbol and its primary stock exchange. The
> following is a sample
>
> AAUK, Nasdaq
> ABLE, Nasdaq
> AEG, NYSE
> DRY, AMEX
>
> Can anybody help me to do this?
>
> Thanks
>
>
--
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|