Hi,
When I try to run the backtest I get an error on this line:

self.high.append(slice.High)

Error message:
Runtime Error: Python.Runtime.PythonException: AttributeError : ‘unicode’ object has no attribute ‘High’

Did I miss something ?

Thanks

Chris

Author