PureBytes Links
Trading Reference Links
|
Won't work - its waaay too simple! 8-)
d
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of wjs45244
> Sent: Saturday, June 21, 2008 2:16 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: getting a list of watchlists that my
> symbol belongs to
>
> This will list the watchlists to a chart window:
>
> Title = "\nWatch List: ";
> for( i = 0; CategoryGetName( categoryWatchlist, i )!= ""; i++ )
> {
> if( InWatchList( i ) )
> Title = Title+ "\n " + CategoryGetName
> ( categoryWatchlist, i );
> }
>
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "murthysuresh" <money@xxx> wrote:
> >
> > i want to print the list of watchlists my stock belongs to either
> in
> > commentary or in title. here is the logic. i know how to do a few
> > things and dont know the rest and need some help.
> >
> > my algorithm is simple and basic
> > 1. get list of all watchlists in my app. dunno how to do this
> > 2. loop thro the list and check if symbol is in that watchlist.use
> > INWATCHLISTNAME
> > 3. if 2 matchies, then Title=Title + WatchlistName
> >
> >
> > I could use some help for step 1.
> > REgads
> >
> > Seede
> >
>
>
>
> ------------------------------------
>
> 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
>
>
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 8.0.100 / Virus Database: 270.4.1/1512 - Release
> Date: 6/21/2008 9:27 AM
>
------------------------------------
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/
|