You asked for code to move non-trading stocks to 255. datenum() != xxxx is not a condition that defines non-trading stocks.
Bill --- In [email protected], "khaleel_sk" <[EMAIL PROTECTED]> wrote: > > Thanx for the clue,how to express the same with datenum() > please correct the following' > if(DateNum()!=1071219) CategoryAddSymbol(Name(), categoryGroup, 255); > > --- In [email protected], "fimdot" <fimdot@> wrote: > > > > How about something like: > > > > if(lastvalue(v) == 0) categoryaddsymbol(name(), categorygroup, > 255); > > > > Bill > > > > > > > > --- In [email protected], "khaleel_sk" <indbears@> wrote: > > > > > > --- In [email protected], "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 [email protected], "khaleel_sk" <indbears@> > wrote: > > > > > > > > > > How to move non trading stocks to Group 255 > > > > > > > > > > > > > > >
