Hi Everyone,

For my algorithm I require to compare open prices for CFDs for previous 10 days open. I was reading about the self.history method, however, I am unsure of how to use it exactly. 

How do I get the code to 'print/show' the value for historical open. Or more generally, how do I just print out the structure i get when i run the self.history method.

I hope that makes sense? 

Author