aualgonew: select from aualgo where display_strategy in (VWAP
PctVolVWAP+
PctVol+)
Since, + is a special character, the studio does not recognize VWAP+ and PctVol+
How to write it?
aualgonew: select from aualgo where display_strategy in (VWAP
PctVolVWAP+
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