Hi, is there a way to construct a BarHistory instance from a .csv file in code?
I have a .csv file that i have confirmed works when reading it in WL8 GUI via the ASCII Dataset. I would like to read this same file and turn it into a BarHistory object in code.
Thank you.
I have a .csv file that i have confirmed works when reading it in WL8 GUI via the ASCII Dataset. I would like to read this same file and turn it into a BarHistory object in code.
Thank you.
Rename
There is an overloaded version of GetHistory you can use in a Strategy to get a BarHistory for a specified symbol and DataSet name, that should do it.
Your Response
Post
Edit Post
Login is required