Hey Everyone,
I’m trying to retrieve a trade table from path location built using sv.
I want to use symbol variable “name” to complete the path.
e.g:
path:
sv :C:/q/start/tick
nametrades;
I get a type error when running the above.
When I try to cast “name” as a symbol:
path:
sv :C:/q/start/tick
$ nametrades;
I get ` error with the symbol value of the variable “name” printed out.
Any help is appreciated!