jasonstrimpel/volatility-trading

Adopt interface to take OLHC data as numpy arrays

ronniec95 opened this issue · 2 comments

Altering the interface to allow for numpy arrays of olhc prices would extend the functionality to non-equity tickers.

Do you mean abstracting the data from the vol estimator code to allow the user to use their own? The data is generated and manipulated in a Pandas.DataFrame at the moment.

Hi the latest commit implements this functionality. Now either takes pandas.DataFrame or numpy.ndarray as inputs.