// Explore + All symbols + All quotes ctgy = categoryWatchlist; wlnum = CategoryCreate( "ALLSTOCK_explore", ctgy ); isStock = NOT ( StrFind( Name(), "~" ) OR StrFind( Name(), "^" ) OR StrFind( Name(), "-SQ" ) OR StrFind( Name(), "0SET" ) ); if( isStock ) CategoryAddSymbol( "", ctgy, wlnum );