select from multiple items

aualgonew: select from aualgo where display_strategy in (VWAPPctVolVWAP+PctVol+)

Since, + is a special character, the studio does not recognize VWAP+ and PctVol+ 

How to write it?

create a list of char vectors, and cast it to a symbol vector

aualgonew: select from aualgo where display_strategy in `$(“VWAP”;“PctVol”;“VWAP+”;“PctVol+”)

not able to search.. created the vector.. but it is not able to search any of the values

Cheers

dinesh