Hi there, 

I am trying to update my williamsPercentR indicator from a quoteBar. I keep getting the error shown below. 

williams is defined as WilliamsPercentR(5), and prev_williams is simply a list.

Any idea how I can solve this issue? Seems like I need to input an IBaseDataBar. How can I retrieve this from my quotebar?

Thanks in advance!

Author