PureBytes Links
Trading Reference Links
|
You asked for code to move non-trading stocks to 255. datenum() !=
xxxx is not a condition that defines non-trading stocks.
Bill
--- In amibroker@xxxxxxxxxxxxxxx, "khaleel_sk" <indbears@xxx> wrote:
>
> Thanx for the clue,how to express the same with datenum()
> please correct the following'
> if(DateNum()!=1071219) CategoryAddSymbol(Name(), categoryGroup,
255);
>
> --- In amibroker@xxxxxxxxxxxxxxx, "fimdot" <fimdot@> wrote:
> >
> > How about something like:
> >
> > if(lastvalue(v) == 0) categoryaddsymbol(name(), categorygroup,
> 255);
> >
> > Bill
> >
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "khaleel_sk" <indbears@> wrote:
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "areehoi" <areehoi@> wrote:
> > > >
> > > Thanx for reply,but i need AFL code to move non trading stocks
> to
> > > group 255.at times non trading stocks start trading, that is
why
> i
> > > want to keep them.
> > > > That should be relatively simple. Go to Symbols>Organize
> > > Assignments,
> > > > Then click on Groups. You stocks are probably listed
> > > under "Stocks"
> > > > Group 2. On right side scroll down to group 255. Then mark
> stocks
> > > on
> > > > Left column that you want to move to 255 (By holding down
> control
> > > > key). Once marked click on arrow under move and they will
move
> to
> > > 255.
> > > > Curious, just why would you want to keep them?
> > > >
> > > > Dick H
> > > >
> > > >
> > > >
> > > > --- In amibroker@xxxxxxxxxxxxxxx, "khaleel_sk" <indbears@>
> wrote:
> > > > >
> > > > > How to move non trading stocks to Group 255
> > > > >
> > > >
> > >
> >
>
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/
|