PureBytes Links
Trading Reference Links
|
Matt, Not sure how to do a bulk ticker change in AB but you can quickly
find the symbols with a scan similar to this and then export the tickers
from the watch list to excel change them and then import them back in.
/* Use to find various tickers that will then be added
to watch list */
/* Be sure to change reference between " " in Filter
Examples: Symbols
" " = For QP Preferreds i.e. IBM P
"-" = IBM-P
"_" = IBM_P
*/
// Change Watchlist Number
AddTextColumn(Name(),"Name",1.2,colorBlack);
if( Filter=StrFind(Name()," "))
{
CategoryAddSymbol( "", categoryWatchlist, 63 );
Regards,
Duke Jones, CMT
Matthew Huff wrote:
>
> Does anyone know how to bulk rename ticker symbols? I am trying to
> remove the .OB at the end of many symbols.
>
>
>
> Thanks,
>
> Matt
>
>
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/
|